users
Request password reset
Sends a password reset email to the user.
post/users/password-reset
Request body
Example request
{
"email": "john_doe@example.com"
}Response
Successfully sent password reset email.
Sends a password reset email to the user.
{
"email": "john_doe@example.com"
}Successfully sent password reset email.