getGlobalRoles

Retrieves all available roles that can be assigned to users in the organization.

Examples

query GetGlobalRoles {
  getGlobalRoles {
    id
    name
    description
  }
}

Fields

Return type: [Role]

You can use the following field(s) to specify what information your getGlobalRoles query will return. Please note that some fields may have their own subfields.

Field
Description
Supported fields

id String

Unique identifier of the role

name String

Human-readable name of the role

description String

Detailed description of the role's purpose and permissions

Last updated