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 13 Next »

As of Versionproduct version 2.4 | component version 1.0
Request MethodGET
Response FormatJSON
Description

Retrieves the tenant data as given in the Keycloak identity provider for the tenant of the calling user.

Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:
HTTP Status CodeMeaning
200 OKSuccessful, the tenant data has been read.
401 UNAUTHORIZEDThe call was unauthorized.
Request Example

GET /api-tm/admin/tenant HTTP/1.1

Response Example

{

  "description":: "myTenant description";
, "name":: "myTenant"
}

{
  • No labels