---
title: "Reset Password"
method: POST
path: "/v1/users/reset-password"
tags: ["Authentication"]
---

# Reset Password

`POST /v1/users/reset-password`

Consumes a single-use reset token and changes the user's password.
On success, all existing sessions for the user are revoked.

## Request body

- V1ResetPasswordRequest
  - `password` string, required
  - `token` string, required

## Response `204`

No Content

## Other responses

- `400` — invalid request body, password shorter than the minimum length, or token that is invalid / expired / already used
- `403` — demo mode is enabled or local login is disabled
- `500` — internal error while processing the request

---

[API](https://skmtc.net/sysadminsmedia/apis/homebox-api.md) · [All operations](https://skmtc.net/sysadminsmedia/apis/homebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysadminsmedia/homebox-api/revisions/f19934d1b3ab/schema)
