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.

Request
Request Body schema: application/json
email
required
string <email> non-empty

The e-mail address from the account which should have the password reset.

Responses
204

No Content

400

Bad Request

403

Forbidden

500

Server Error

post/auth/password/requestreset
Request samples
application/json
{
  • "email": "user@example.com"
}