POST /tenant-management/api/admin/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 tenant with the properties specified in the JSON request body. The only required parameters are Meaning of the response status codes:
| ||||||
Request Example |
{ "description": "This is a new role", "name": "MY_NEW_ROLE" } | ||||||
Response Example | { "errors": [], "valid": true } |