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
Example request
{
"newEmail": "john.smith@nhost.io",
"options": {
"redirectTo": "https://my-app.com/catch-redirection"
}
}Response
Email change requested. An email with a verification link has been sent to the new address
'OK' required