cURL
curl --request POST \ --url https://{subdomain}.auth.{region}.nhost.run/v1/user/password/reset \ --header 'Content-Type: application/json' \ --data ' { "email": "john.smith@nhost.io", "options": { "redirectTo": "https://my-app.com/catch-redirection" } } '
"OK"
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.
Email address and optional redirect URL for password reset
A valid email
"john.smith@nhost.io"
Show child attributes
"https://my-app.com/catch-redirection"
Password reset requested
The response is of type enum<string>.
enum<string>
OK
Was this page helpful?