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 deprecated

Returned By

confirmAccount mutation