Create role
POST/api/management/v2/useradm/roles
Requirements
This endpoint requires a subscription to one of the following plans:
- Enterprise
Create role
Request
Responses
- 201
- 400
- 401
- 409
- 500
The role was successfully created.
Invalid Request.
Unauthorized.
The role with the same name already exists.
Internal Server Error.