Auth
Reset password
Requests a password reset email for the user. This email can be used to reset the password for a user that has forgotten their password
post/auth/reset/password-email
Request body
Example request
{
"email": "test@example.com"
}Response
This response has no body.
Changes
No recorded changes to this endpoint across all 7 revisions of this API.