Send a password reset OTP to an existing user. Wait at least 60 seconds between successive calls
The mail configuration which should be used to send the email
length <= 256The language which should be used for sending the email
2 <= length <= 2application/json
The email address to send the password reset link to
TypeScript Definitions
Use the request body type in TypeScript.
The email address to send the password reset link to
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/user/password/reset/send" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'nullemaillength <= 256