Skip to main content

confirmEmail

Confirms a user email address using the token from the confirmation email (also enables password sign-in for the account). Returns true on success, false if the token is invalid or expired. Public (the token authorizes the call).

confirmEmail(
token: String!
): Boolean!

Arguments

confirmEmail.token ● String! non-null scalar

The confirmation token from the emailed link.

Type

Boolean scalar

The Boolean scalar type represents true or false.