...
HTTP Method as of product version | Purpose | Response Format | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Manage Tenant Creation Profile | |||||||||||||||||||||
GET 2020 Winter | Retrieve the Keycloak System Settings | JSON |
/tenant-management/api/system/info | ||||||||||||||||||
POST 2020 Winter | Update the Profile | HTTP status code |
/tenant-management/api/system/profile | ||||||||||||||||||
GET 2020 Winter | Retrieve the Profile | JSON |
/tenant-management/api/system/profile | ||||||||||||||||||
Manage Tenants | |||||||||||||||||||||
POST 2020 Winter | Create a Tenant | HTTP status code |
/tenant-management/api/system/tenants | ||||||||||||||||||
PUT 2020 Winter | Update the Data of a Tenant | HTTP status code | Update the data of the tenant specified by | ||||||||||||||||||
GET 2020 Winter | Retrieve the Tenant data | JSON | |||||||||||||||||||
Insert excerpt | GET /tenant-management/api/system/tenants/{tenant} | GET /tenant-management/api/system/tenants/{tenant} | |||||||||||||||||||
nopanel | true | GET 2020 Winter | Retrieve the Data of all Tenants | JSON |
/tenant-management/api/system/tenants | ||||||||||||||||
DELETEGET 2020 Winter | Delete a Retrieve the Tenant data | JSON |
/tenant-management/api/system/tenants/{tenant} | ||||||||||||||||||
PATCHDELETE 2021 Summer2020 Winter | Update Delete a Tenant | HTTP status codeJSON |
/tenant-management/api/system/tenants/{tenant} | ||||||||||||||||||
GET 2020 Winter | Retrieve the Number of Users | TXTMetrics of a Tenant | JSON |
/tenant-management/api/system/tenants/{tenant}/users/countmetrics | |||||||||||||||||
POST GET | Create a UserRequest a List of Roles | JSON |
/tenant-management/api/system/tenants/{tenant}/usersroles | ||||||||||||||||||
PUT GET | Update the Data of a User | HTTP status codeRequest a List of Users | JSON |
/tenant-management/api/system/tenants/{tenant}/users/{id} | |||||||||||||||||
GETPOST 2020 Winter | Request a List of UsersCreate a User | JSON |
/tenant-management/api/system/tenants/{tenant}/users | ||||||||||||||||||
GET 2020 Winter | Retrieve the Data of a User | JSON |
/tenant-management/api/system/tenants/{tenant}/users/{id} | ||||||||||||||||||
DELETEPUT 2020 Winter | Delete a UserUpdate the Data of a User | HTTP status code |
/tenant-management/api/system/tenants/{tenant}/users/{id} | ||||||||||||||||||
GETDELETE 2020 Winter | Retrieve the Roles | JSON | excerpt-includeGET /tenant-management/api/system/tenants/{tenant}/roles | GET /tenant-management/api/system/tenants/{tenant}/roles | |||||||||||||||||
nopanel | true | POST 2021 Autumn | Create a Role | JSON | |||||||||||||||||
Insert excerpt | POST /tenant-management/api/system/tenants/{tenant}/roles | POST /tenant-management/api/system/tenants/{tenant}/roles | |||||||||||||||||||
nopanel | true | DELETE 2021 Autumn | Delete a Role | JSONDelete a User | HTTP status code |
/tenant-management/api/system/tenants/{tenant}/roleusers/{nameid} | |||||||||||||||
GET 2021 Autumn2020 Winter | Retrieve the Groups Number of Users | JSONTXT |
/tenant-management/api/system/tenants/{tenant}/groups | POST 2021 Autumn | Create a Group | JSON | DELETE 2021 Autumn | Delete a Group | HTTP status code | ||||||||||||
Insert excerpt | DELETE /tenant-management/api/system/tenants/{tenant}/groups/{id} | DELETE /tenant-management/api/system/tenants/{tenant}/groups/{id} | |||||||||||||||||||
nopanel | true | GET 2021 Summer | Retrieve the Current Metrics | JSON | Reads the current metrics of the specified tenant./tenant-management/api/system/tenants/{tenant}/metrics
/tenant-management/api/system/tenants/{tenant}/groups | PUT 2021 Autumn | Update a Group | JSON | |||||||||||||
Insert excerpt | PUT /tenant-management/api/system/tenants/{tenant}/groups/{id} | PUT /tenant-management/api/system/tenants/{tenant}/groups/{id} | |||||||||||||||||||
nopanel | true |