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
Version 1
Current »
As of Version | product version 2020 Winter | component version 1.0 |
---|
Request Method | GET |
---|
Response Format | JSON |
---|
Required Permission | Available if listed in authorization.accesses in authentication-prod.yml and the specified access condition is matched. In the default configuration, access is granted via the YUUVIS_TENANT_ADMIN role. >> AUTHENTICATION Service |
---|
Description | Retrieves the tenant data as given in the Keycloak identity provider for the tenant of the calling user. Meaning of the response status codes: HTTP Status Code | Meaning |
---|
200 OK | Successful, the tenant data has been read. | 401 UNAUTHORIZED | The call was unauthorized. |
|
---|
Request Example | GET /tenant-management/api/ admin/tenant HTTP/1.1
|
---|
Response Example |
{ "description":: "myTenant description"; , "name":: "myTenant" }
|
---|