OBJECT

UserGroup

User groups allow information and user exchanges to be compartmentalised in the iAdvize administration. For more information regarding user groups, please see the following documentation: https://help.iadvize.com/hc/en-gb/articles/203280696-Use-the-user-groups.

link GraphQL Schema definition

  • type UserGroup {
  • # Group id
  • id: LegacyId!
  • # Group name
  • label: String @deprecated( reason: "Please use the `name` field instead." )
  • # Group name
  • name: String
  • }