Create Role
Create a Role.
Request
This endpoint expects an object.
id
The Role ID. Starts with role_...
.
organizationId
The Organization this Role belongs to, if any.
createTime
When the Role was created.
updateTime
When the Role was last updated.
displayName
A human-readable display name for this Role.
description
A human-readable description of the Role.
actions
The names of the Actions associated with this Role.
Response
OK
role
Role represents a logical grouping of permissions that Users may have.