OBJECT

SAMLUserIdAlreadyUsedError

The saml-user-id provided is already used

link GraphQL Schema definition

  • type SAMLUserIdAlreadyUsedError implements UserError {
  • # Error message describing the reason of the failure
  • message: String!
  • }