Skip to main content

confirmEmailChange

Confirm the email change of the logged-in user.

Requires AUTHENTICATED_USERpermission.
confirmEmailChange(
channel: String
token: String!
): ConfirmEmailChange

Arguments

confirmEmailChange.channel ● String scalar

Slug of a channel which will be used to notify users. Optional when only one channel exists.

confirmEmailChange.token ● String! non-null scalar

A one-time token required to change the email.

Type

ConfirmEmailChange object

Confirm the email change of the logged-in user.

Requires AUTHENTICATED_USERpermission.

Was this page helpful?