user

Request password reset

Request a password reset for a user account. An email with a verification link will be sent to the user's email address to complete the password reset process.

post/user/password/reset

Request body

emailstring email required

A valid email

Example request

{
  "email": "john.smith@nhost.io",
  "options": {
    "redirectTo": "https://my-app.com/catch-redirection"
  }
}

Response

Password reset requested

'OK' required

Changes