# Requests a password reset Endpoint for requesting a password reset. If the e-mail sent in the body of this request has an account associated with it, a message with a link for changing the password will be sent to it. Endpoint: POST /auth/password/requestreset Version: 26.2.0.4309 ## Request fields (application/json): - `email` (string, required) The e-mail address from the account which should have the password reset. ## Response 204 fields ## Response 400 fields ## Response 403 fields ## Response 500 fields