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 12
Next »
As of Version | product version 2020 Winter | component version 1.0 |
---|
Request Method | GET |
---|
Response Format | JSON |
---|
Description | Retrieves the top-level representation of the Keycloak realm specified by tenant . It will not include nested information like User and Client representations. Reads the tenant data of the specified tenant . Required user role: YUUVIS_SYSTEM_INTEGRATOR
Meaning of the response status codes: HTTP Status Code | Meaning |
---|
200 OK | Successful, the data of the specified tenant has been read. | 401 UNAUTHORIZED | The call was unauthorized. | 404 NOT FOUND | The specified tenant was not found. |
|
---|
Request Example | GET /api-tm/system/tenants/myMandant1 HTTP/1.1
|
---|
Response Example |
{ "description":: "Description of myMandant1", , "name":: "myMandant1" },
{ |
---|