user

Change user email

Request to change the authenticated user's email address. A verification email will be sent to the new address to confirm the change. Requires elevated permissions.

post/user/email/change

Request body

newEmailstring email required

A valid email

Example request

{
  "newEmail": "john.smith@nhost.io"
}

Response

Email change requested. An email with a verification link has been sent to the new address

'OK' required

Changes