INPUT_OBJECT
EditAssociateArgument
An associate object in all fields that are passed will be updated. This is used to update.
link GraphQL Schema definition
- input EditAssociateArgument {
- # The new groups to link the associate to. Editing this overwrites current groups.
- : [AssociateGroupArgument]
- # The type of the associate. Editing this overwrites current roles.
- : AssociateTypeEnum
- # The first name of the associate.
- : String
- # The last name of the associate.
- : String
- # The e-mail address of the associate.
- : String
- # Whether the associate is able to log in and use the application.
- : Boolean
- # The language of the associate.
- : LanguageEnum
- # Whether an activation mail will be sent upon completion of the creation.
- : Boolean
- }