Types
Role
object
RoleFields
id
ID!
name
String!
description
String
permissions
[String!]!
The list of permission strings granted to users who hold this role.
isAssignableToCustomer
Boolean!
deprecated
Use isAssignableToThread instead
isAssignableToThread
Boolean!
Whether this role can be used when assigning a user to a thread.
isAssignableToTask
Boolean!
Whether this role can be used when assigning a user to a task.
assignableBillingSeats
[BillingSeatType!]!
deprecated
Don't use. Will be removed soon.
requiresBillableSeat
Boolean!
deprecated
Don't use. Will be removed soon.
key
The stable enum key for built-in roles (e.g. OWNER, SUPPORT). Null for custom roles.
customRoleId
ID
If this role is a custom role, this field contains the custom role ID.
customRole

