UserGroupSummary

open_in_new

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).

GraphQL Schema definition

  • type UserGroupSummary {
  • # The ID of the user group
  • id: ID!
  • # The name of the user group
  • name: String!
  • # Description of the user group
  • description: String
  • # Roles associated to the user group
  • roles: [RoleSummary!]
  • }