Group
User group details.
Fields
| Field | Type | Description |
|---|---|---|
| activeUsers | [User!]! | Users from the user group who are currently logged-in to the account. |
| allOrgs | [Org!]! | The suborganizations in which the user group has roles. |
| domainName | String! | Domain name of the user group. |
| groupId | String! | The ID of the user group. |
| groupName | String! | The name of the user group. |
| roles | [Role!]! | User group roles in the context organization. |
| users | [User!]! | Users from the user group who are logged-in to the account. |
Used By
Queries
- query: userGroups
- query: groupsInCurrentAndDescendantOrganization (via connection)