Request password reset
POST /user/password/reset
POST
/user/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.
Request Body required
Section titled “Request Body required ”Email address and optional redirect URL for password reset
object
email
required
A valid email
string format: email
Example
john.smith@nhost.io options
object
redirectTo
string format: uri
Example
https://my-app.com/catch-redirectionResponses
Section titled “ Responses ”Password reset requested
string
default
Section titled “default ”An error occurred while processing the request
Standardized error response
object
status
required
HTTP status error code
integer
Example
400 message
required
Human-friendly error message
string
Example
Invalid email format error
required
Error code identifying the specific application error
string