v1

latestOpenAPI 3.0.0raw.githubusercontent.com2025-11-04266.5 KB
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