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.
confirmAccount(
email: String!
token: String!
): ConfirmAccount

Arguments

confirmAccount.email ● String! non-null scalar

E-mail of the user performing account confirmation.

confirmAccount.token ● String! non-null scalar

A one-time token required to confirm the account.

Type

ConfirmAccount object

Confirm user account with token sent by email during registration.

Triggers the following webhook events:

  • ACCOUNT_CONFIRMED (async): Account was confirmed.

Was this page helpful?