INTERFACE
UserError
Represents an error in the input of a mutation
link Require by
- CannotChangeOwnRoleProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the calling user attempts to change their own role.
- ChatAndCallWithDisabledCallErrorThe "chat and call" option is enabled while having the call channel disabled
- ChatToVideoWithDisabledVideoErrorThe "chat to video" option is enabled while having the video channel disabled
- EmailAlreadyUsedErrorThe email provided is already used
- EmailAlreadyUsedProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided email is already used by another user.
- EmailAlreadyUsedProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided email is already used by another user.
- ExternalIdIsEmptyErrorMissing value for the external-id
- ExternalIdIsEmptyProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided external id is empty.
- ExternalIdIsEmptyProfessionalSetExternalIdUserErrorError returned by the professionalSetExternalId mutation when the provided group id is invalid.
- FirstNameIsEmptyErrorMissing value for the first name
- FirstNameIsEmptyProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided first name is empty.
- FirstNameIsEmptyProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided first name is empty.
- IncompatibleAskForNumberChoiceErrorThe "ask for number" option is enabled while having "respond from" = DESK
- InvalidAvatarUrlErrorThe provided avatar is not a valid url
- InvalidAvatarURLProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided avatar URL is invalid.
- InvalidEmailErrorThe provided email is not valid
- InvalidEmailProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided email is invalid.
- InvalidEmailProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided email is invalid.
- InvalidGroupIdErrorThe group-id provided is invalid
- InvalidGroupIdProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided group id is invalid.
- InvalidGroupIdProfessionalSetGroupUserErrorError returned by the professionalSetGroup mutation when the provided group id is invalid.
- InvalidInterfaceLanguageErrorThe provided interface language is not supported
- InvalidInterfaceLanguageProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided interface language is invalid.
- InvalidInterfaceLanguageProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided interface language is invalid.
- InvalidNumberOfSlotsForChatErrorThe provided number of slots for the chat channel is invalid
- InvalidNumberOfSlotsForThirdPartiesErrorThe provided number of slots for the third-parties channel is invalid
- InvalidPasswordErrorThe provided password is not valid
- InvalidPasswordProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided password is invalid.
- InvalidPasswordProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided password is invalid.
- InvalidPhoneNumberErrorThe provided phone number is not valid
- InvalidPriorityValueErrorThe provided priority is invalid for the concerned channel
- InvalidProjectIdErrorThe project-id provided is invalid
- InvalidProjectIdProfessionalCreateUserErrorError returned by the professionalCreate mutation when a provided project id is invalid.
- InvalidProjectIdProfessionalSetProjectsUserErrorError returned by the professionalSetProjects mutation when a provided project id is invalid.
- InvalidRoleErrorThe role-id provided is invalid
- InvalidRoleProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided role name is invalid.
- InvalidRoleProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided role name is invalid.
- InvalidSkillIdErrorA provided skill-id is invalid
- InvalidSkillIdProfessionalCreateUserErrorError returned by the professionalCreate mutation when a provided skill id is invalid.
- InvalidSkillIdProfessionalSetSkillsUserErrorError returned by the professionalSetSkills mutation when a provided skill id is invalid.
- InvalidSpokenLanguageErrorA provided spoken language is not supported
- InvalidSpokenLanguageProfessionalCreateUserErrorError returned by the professionalCreate mutation when a provided spoken language is invalid.
- InvalidSpokenLanguageProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when a provided spoken language is invalid.
- LastNameIsEmptyErrorMissing value for the last name
- LastNameIsEmptyProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided last name is empty.
- LastNameIsEmptyProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided last name is empty.
- NotAProfessionalUserIdProfessionalSetExternalIdUserErrorError returned by the professionalSetExternalId mutation when the provided user id targets a user who is not a professional user.
- NotAProfessionalUserIdProfessionalSetGroupUserErrorError returned by the professionalSetGroup mutation when the provided user id targets a user who is not a professional user.
- NotAProfessionalUserIdProfessionalSetProjectsUserErrorError returned by the professionalSetProjects mutation when the provided user id targets a user who is not a professional user.
- NotAProfessionalUserIdProfessionalSetSkillsUserErrorError returned by the professionalSetSkills mutation when the provided user id targets a user who is not a professional user.
- NotAProfessionalUserIdProfessionalUnsetExternalIdUserErrorError returned by the professionalUnsetExternalId mutation when the provided user id targets a user who is not a professional user.
- NotAProfessionalUserIdProfessionalUnsetGroupUserErrorError returned by the professionalUnsetGroup mutation when the provided user id targets a user who is not a professional user.
- NotAProfessionalUserIdProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided user id targets a user who is not a professional user.
- PasswordNotSetErrorMissing password
- PasswordNotSetProfessionalCreateUserErrorError returned by the professionalCreate mutation when no password or samlUserId is provided.
- PseudoIsEmptyProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided pseudo is empty.
- PseudoIsEmptyProfessionalUpdateUserErrorError returned by the professionalUpdate mutation when the provided pseudo is empty.
- SAMLUserIdAlreadyUsedErrorThe saml-user-id provided is already used
- SAMLUserIdAlreadyUsedProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided SAML user id is already used by another user.
- SAMLUserIdIsEmptyErrorMissing value for saml-user-id
- SAMLUserIdIsEmptyProfessionalCreateUserErrorError returned by the professionalCreate mutation when the provided SAML user id is empty.
- UserNameIsEmptyErrorMissing value for the user-name