confirmEmailChange
Confirm the email change of the logged-in user.
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.
Was this page helpful?