/
POST /tenant-management/api/system/tenants/{tenant}/roles
POST /tenant-management/api/system/tenants/{tenant}/roles
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 role for the specified tenant with the properties specified in JSON format in the request body. The properties for the new role are passed in JSON format. The only required parameters are name for the role and its description. Meaning of the response status codes:
| ||||||
Request Example |
{ | ||||||
Response Example | { |
, multiple selections available,
Related content
Getting Started
Getting Started
Read with this
POST /tenant-management/api/system/tenants/{tenant}/roles
POST /tenant-management/api/system/tenants/{tenant}/roles
More like this
POST /tenant-management/api/admin/roles
POST /tenant-management/api/admin/roles
More like this
GET /tenant-management/api/system/tenants/{tenant}/roles
GET /tenant-management/api/system/tenants/{tenant}/roles
More like this
GET /tenant-management/api/system/tenants/{tenant}/roles
GET /tenant-management/api/system/tenants/{tenant}/roles
More like this
DELETE /tenant-management/api/system/tenants/{tenant}/roles/{name}
DELETE /tenant-management/api/system/tenants/{tenant}/roles/{name}
More like this