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

# Reset user password

`POST /v1/users/reset`

Reset the user password.

## Request body

- object
  - `token` string, required — Token to verify
  - `password` string, password, required — Password of the user.

## Response `200`

OK

## Other responses

- `204` — New token generated
- `400` — Bad request
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2025-08-07** `14672ec3e922` — 1 info
  - endpoint added
- **2023-03-18** `f157ff402bc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/users/reset/post.md)

---

[API](https://skmtc.dev/opcotech/apis/elemo-api.md) · [All operations](https://skmtc.dev/opcotech/apis/elemo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opcotech/elemo-api/revisions/836ecb425096/schema)
