Skip to main content
Version: 3.x

ConfirmAccount

Confirm user account with token sent by email during registration.

Triggers the following webhook events:

  • ACCOUNT_CONFIRMED (async): Account was confirmed.
type ConfirmAccount {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

ConfirmAccount.user ● User object

An activated user account.

ConfirmAccount.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ConfirmAccount.errors ● [AccountError!]! non-null object

Returned by

confirmAccount mutation


Was this page helpful?