roles

Get a role

Get a role from the provided role id.

Permissions

Requires an active session but no other permissions.

get/api/v4/roles/{role_id}

Path parameters

role_idstring required

Role GUID

Response

Role retrieval successful

idstring

The unique identifier of the role.

namestring

The unique name of the role, used when assigning roles to users/groups in contexts.

display_namestring

The human readable name for the role.

descriptionstring

A human readable description of the role.

permissionsstring[]

A list of the unique names of the permissions this role grants.

scheme_managedboolean

indicates if this role is managed by a scheme (true), or is a custom stand-alone role (false).

Changes

No recorded changes to this endpoint across all 1 revision of this API.