GET /tenant-management/api/system/tenants/{tenant}
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 the Keycloak realm specified by
| ||||||||
Request Example |
| ||||||||
Response Example | { "name": "myMandant1", "description": "Description of myMandant1", "displayNameHTML": "<div class=\"yuv-brand-logo\">Sanity</div>", "enabled": true, "emailSettings": { "host": "string", "from": "strung", "username": "string", "port": 20, "enableAuthentication": true, "enableSSL": false, "enableStartTLS": false } } { |