/
POST /tenant-management/api/system/tenants/{tenant}/groups
POST /tenant-management/api/system/tenants/{tenant}/groups
As of Version | product version 2021 Autumn | component version 1.0 | ||||||
---|---|---|---|---|---|---|---|
Request Method | POST | ||||||
Response Format | JSON | ||||||
Required Permission | Available if listed in | ||||||
Description | Creates a new group with the given properties for the specified tenant. The properties for the new group are passed in JSON format. In the response body, the group ID is returned again in JSON format. The only required parameter is Meaning of the response status codes:
| ||||||
Request Example |
{ "name": "QA", "realmRoles": [ "QUALITY_MANAGER", "CUSTOM_ROLE" ] } | ||||||
Response Example | { "id": "a00a0bb1-1234-5c66-7890-00fbb1c1a222" } |
, multiple selections available,
Related content
POST /tenant-management/api/admin/groups
POST /tenant-management/api/admin/groups
More like this
POST /tenant-management/api/admin/groups
POST /tenant-management/api/admin/groups
More like this
GET /tenant-management/api/system/tenants/{tenant}/groups
GET /tenant-management/api/system/tenants/{tenant}/groups
More like this
PUT /tenant-management/api/admin/groups/{id}
PUT /tenant-management/api/admin/groups/{id}
More like this
GET /tenant-management/api/system/tenants/{tenant}/groups/{id}
GET /tenant-management/api/system/tenants/{tenant}/groups/{id}
More like this
PUT /tenant-management/api/system/tenants/{tenant}/groups/{id}
PUT /tenant-management/api/system/tenants/{tenant}/groups/{id}
More like this