...
HTTP Method as of product version | Purpose | Response Format | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
GET 2020 Winter | Retrieve the Tenant data Retrieve the Tenant Metrics | JSON |
/tenant-management/api/admin/tenantmetrics | |||||||||
GET 2020 Winter | Retrieve the Number of Users Roles | TXTJSON |
/tenant-management/api/admin/users/countroles | |||||||||
POSTGET 2020 Winter | Create a UserRetrieve the Tenant data | JSON |
/tenant-management/api/admin/userstenant | |||||||||
GET | Create a User via CSVRetrieve a List of Users | JSON | Creates users listed in a CSV-based file. /api-tm
Note: Keycloak does not offer an API for creating more than one user in one call. So you may want to create multiple users one by one by yourself. GET | |||||||||
POST 2020 Winter | Retrieve a Create a User | JSON |
/tenant-management/api/admin/users/{id} | |||||||||
PUTGET 2020 Winter | Update the Data of a User | HTTP status codeRetrieve a User | JSON |
/tenant-management/api/admin/users/{id} | ||||||||
DELETEPUT 2020 Winter | Delete a UserUpdate the Data of a User | HTTP status code |
/tenant-management/api/admin/users/{id} | |||||||||
GETDELETE 2020 Winter | Retrieve Delete a List of UsersJSON User | HTTP status code |
/tenant-management/api/admin/users/{id} | |||||||||
GET 2020 Winter | Retrieve the Roles Number of Users | JSONTXT |
/tenant-management/api/admin/rolesusers/count |