user
Send verification email
Send an email verification link to the specified email address. Used to verify email addresses for new accounts or email changes.
post/user/email/send-verification-email
Request body
Example request
{
"email": "john.smith@nhost.io",
"options": {
"redirectTo": "https://my-app.com/catch-redirection"
}
}Response
Email verification email sent successfully
'OK' required