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 6 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/admin/tenant HTTP/1.1

Result Example

{

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

{
Responses
Meaning of the response status codes:

200 OK

The tenant data has been read

401 UNAUTHORIZED

The call was unauthorized

  • No labels