[Go to site: main page, start]

Skip to main content
Anchor to IdentityProviderSubjectUserError

IdentityProviderSubjectUserError

object

Requires read_customers access scope.

An error in the input of a mutation. Mutations return UserError objects to indicate validation failures, such as invalid field values or business logic violations, that prevent the operation from completing.

IdentityProviderSubjectUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.


Was this section helpful?

mutation

Unlink a customer's third-party identity provider subject.

Arguments

ID!
required

The ID of the customer the identity provider subject belongs to. Required so the database lookup can hit the table's partition key (customer_id) instead of doing a cross-tablet scan.

ID!
required

The ID of the identity provider subject to delete.



Was this section helpful?


Was this section helpful?