GET /tenant-management/api/admin/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 tenant data as given in the Keycloak identity provider for the tenant of the calling user. Meaning of the response status codes:
| ||||||
Request Example |
| ||||||
Response Example | { "name": "myTenant", "description": "myTenant description", "displayNameHTML": "string", "adminPassword": "string", "adminEmail": "string", "enabled": true, "emailSettings": { "host": "string", "from": "string", "username": "string", "password": "string", "fromDisplayName": "string", "port": 0, "enableAuthentication": true, "enableSSL": true, "enableStartTLS": true }, "systems": { "ips": true, "yuuvis": true } } |