Skip to main content

verifyEmail

Verify a user's email address using the token sent to their email. Returns success even if already verified (idempotent).

verifyEmail(
input: MutationVerifyEmailInput!
): VerifyEmailPayload

Arguments

verifyEmail.input ● MutationVerifyEmailInput! non-null input

Input for verifying an email address with a token.

Type

VerifyEmailPayload object

Response payload for verifyEmail mutation.