Skip to main content

ConfirmAccount Object

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​

user ● User​

An activated user account.

errors ● [AccountError!]!​

Show deprecatedHide deprecated

accountErrors ● [AccountError!]!​

DEPRECATED

Use errors field instead.

Returned By​

confirmAccount mutation