---
title: "Reset user password"
method: POST
path: "/users/{login}/command/reset-password"
tags: ["Users"]
---

# Reset user password

`POST /users/{login}/command/reset-password`

Reset the password of the specified user.

## Path parameters

- `login` string, required

## Request body

- PasswordResetItem
  - `NewPassword` string — The new password for the user.

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

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