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 miscellaneous
E-mail of the user performing account confirmation.
confirmAccount.token
● String!
non-null scalar miscellaneous
A one-time token required to confirm the account.
Type
ConfirmAccount
object users
Confirm user account with token sent by email during registration.
Triggers the following webhook events:
- ACCOUNT_CONFIRMED (async): Account was confirmed.