Skip to main content

RequestEmailChange Object

Request email change of the logged in user.

Requires the AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for account email change.
  • ACCOUNT_CHANGE_EMAIL_REQUESTED (async): An account email change was requested.
type RequestEmailChange {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

user ● User

A user instance.

errors ● [AccountError!]!

Show deprecated

Returned By

requestEmailChange mutation