v51

latestSwagger 2.0raw.githubusercontent.com2026-08-0197117213.7 KB
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