Default

Send a password reset email to the user

post/request-password-reset

Request body

emailstring required

The email address of the user to send a password reset email to

{"stackTrail":"paths:/request-password-reset:post:requestBody:content:application/json:schema:properties:redirectTo","oasType":"schema","type":"unknown","description":"The URL to redirect the user to reset their password. If the token isn't valid or expired, it'll be redirected with a query parameter `?error=INVALID_TOKEN`. If the token is valid, it'll be redirected with a query parameter `?token=VALID_TOKEN"}

Response

Success

statusboolean
messagestring

Changes