---
title: "Reset password"
method: POST
path: "/v3/users/{id}/reset-password"
tags: ["Users"]
---

# Reset password

`POST /v3/users/{id}/reset-password`

Update the user's password using password reset token.

## Path parameters

- `id` string, required

## Request body

- ResetPasswordRequestModel
  - `newPassword` string, required — New password of the user.
  - `token` string, required — Password reset token.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests
- `500` — Server Error

---

[API](https://skmtc.net/cryptlex/apis/cryptlex-web-api.md) · [All operations](https://skmtc.net/cryptlex/apis/cryptlex-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptlex/cryptlex-web-api/versions/ec1259c12475/schema)
