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.

createTimedatetimeOptional

When the Role was created.

updateTimedatetimeOptional

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

roleobjectOptional

Role represents a logical grouping of permissions that Users may have.

Errors