Skip to main content

Complete a password reset

POST 

/auth/reset-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.

Sets a new password using the token from the reset email.

The token alone identifies the account, so this takes neither X-Tenant-Code nor a bearer token. It is single-use and short-lived: 400 means it was already spent, has expired, or the new password fails the policy at GET /auth/password-policy. On success the person signs in normally.

Request

Responses

OK