Roles
Create a role
Create a role and its permission entries in a single request.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Body
application/json
Response
User role created successfully.
Role identifier.
Required string length:
24Pattern:
^[0-9a-f]{24}$Role name.
Organization identifier associated with this role.
Required string length:
24Pattern:
^[0-9a-f]{24}$Role creation timestamp in ISO 8601 format.
Identifier of the user who created the role.
Required string length:
24Pattern:
^[0-9a-f]{24}$Permission entries configured for this role.