Authentication

Request Password Reset

Sends a password reset email if the address is associated with a local account. Always returns 204 on success to avoid leaking whether the email is registered.

post/v1/users/forgot-password

Request body

emailstring required

Example request

{
  "email": "user@example.com"
}

Response

No Content

Changes