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