OBJECT
Group
Description
User group details.
link GraphQL Schema definition
- type Group {
- # The ID of the user group.
- String! :
- # The name of the user group.
- String! :
- # Domain name of the user group.
- String! :
- # Users from the user group who are logged-in to the account.
- User!]! : [
- # User group roles in the context organization.
- Role!]! : [
- # The suborganizations in which the user group has roles.
- Org!]! : [
- # Users from the user group who are currently logged-in to the account.
- User!]! : [
- }