getGlobalRoles

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

Examples

query GetGlobalRoles {
  getGlobalRoles {
    id
    name
    description
    displayName
  }
}

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!

Auth0 name of the role

description String

Detailed description of the role's purpose and permissions

displayName String

Human-readable name of the role

Last updated