Skip to main content

Request a password reset

POST 

/auth/forgot-password

No token. One of the calls you make before you have one. Send X-Tenant-Code where the operation lists it — that is which tenant you are asking about, not proof of who you are.

Emails a single-use reset link to the address given, if it belongs to an account in this tenant.

Always returns 204, whether or not the address is registered — otherwise the response would be a way to test which emails have accounts. Show the person a message that says as much ("if that address is registered, we've sent a link") rather than a confirmation you cannot actually make.

The person's current password keeps working until they use the link. Repeated requests within a short window are quietly suppressed.

Request

Responses

OK