INPUT_OBJECT

ProfessionalSetGroupInput

Input for the professionalSetGroup mutation.

link GraphQL Schema definition

  • input ProfessionalSetGroupInput {
  • # Id of the professional user to update.
  • userId: LegacyId!
  • # Set the user's group id to the given value.
  • # Groups allow information and user exchanges to be compartmentalised in the
  • # iAdvize administration.
  • # For in-depth documentation, please check the following page:
  • # https://help.iadvize.com/hc/en-gb/articles/203280696-Use-the-user-groups.
  • groupId: LegacyId!
  • }

link Require by