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 {
- # The ID of the user group
- ID! :
- # The name of the user group
- String! :
- # Description of the user group
- String :
- # Roles associated to the user group
- RoleSummary!] : [
- }