OBJECT

SAMLUserIdAlreadyUsedProfessionalCreateUserError

Error returned by the professionalCreate mutation when the provided SAML user id is already used by another user.

link GraphQL Schema definition

  • type SAMLUserIdAlreadyUsedProfessionalCreateUserError implements UserError {
  • # Error message providing more details about the error.
  • message: String!
  • }