OBJECT
UserRole
A system-level access role for users.
link GraphQL Schema definition
- type UserRole {
- # The unique ID.
- Int! :
- # The display name of the role.
- String! :
- # The display name of the role.
- String! :
- # True if the role is active, false if it's been archived.
- Boolean! :
- # True if the role is protected (only assignable by super-admins), false
- # otherwise.
- Boolean! :
- # The list ordering of the role.
- Int! :
- # The description of the role's function.
- String! :
- # True if this role applies to dashboard users, false otherwise.
- Boolean! :
- # True if this role applies to fieldworker users, false otherwise.
- Boolean! :
- # True if the role restricts access, false otherwise.
- Boolean! :
- }