confirmAccount
Confirm user account with token sent by email during registration.
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.
Was this page helpful?