Create Role

Create a Role.

Request

This endpoint expects an object.
idstringOptional

The Role ID. Starts with role_....

organizationIdstringOptional
The Organization this Role belongs to, if any.
createTimestringOptionalformat: "date-time"
When the Role was created.
updateTimestringOptionalformat: "date-time"
When the Role was last updated.
displayNamestringOptional

A human-readable display name for this Role.

descriptionstringOptional

A human-readable description of the Role.

actionslist of stringsOptional
The names of the Actions associated with this Role.

Response

OK
roleobject or null
Role represents a logical grouping of permissions that Users may have.

Errors