A user group to which many users can belong. Can have permission sets assigned to it. Can have access and permission sets applied to individual models and folders (and their contents).
- type UserGroupSummary {
- # Description of the user group
- : String
- # The ID of the user group
- : ID!
- # The name of the user group
- : String!
- # Roles associated to the user group
- : [RoleSummary!]
- }