GET /tenant-management/api/system/tenants
As of Version | product version 2020 Winter | component version 1.0 | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | |||||||||||||||||||||||||||||||||
Response Format | JSON | |||||||||||||||||||||||||||||||||
Required Permission | Available if listed in | |||||||||||||||||||||||||||||||||
Description | Retrieves the top-level representation of all realms. It will not include nested information like User and Client representations. Reads the list of all tenants. Optionally, the boolean query parameter For each tenant, the following properties are included in the JSON response body:
Meaning of the response status codes:
| |||||||||||||||||||||||||||||||||
Request Example |
| |||||||||||||||||||||||||||||||||
Response Example | [ { "name": "string777", "enabled": false, "systems": { "ips": true, "yuuvis": false } }, { "name": "YMC", "description": "yuuvis management console", "enabled": false, "systems": { "ips": true, "yuuvis": false } }, { "name": "e2e", "description": "End-To-End Test System", "enabled": true, "systems": { "ips": true, "yuuvis": true } } ] { |