Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

As of Version1.0
Request MethodGET
Response FormatJSON
Description

Get the tenant data as given in the identity service Keycloak, requested by a tenant administrator (user with role YUUVIS_TENANT_ADMIN)

Request Example

GET /api-tm/system/tenants HTTP/1.1

Result Example

{

  "description":: "string";
, "name":: "string";
, "tenatId":: "string"
}

{
  • No labels