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

# Reset password for a user

`POST /user/password/reset`

## Request body

- PasswordResetDTO
  - `tag` string, required
  - `password` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/cloudesire/apis/cloudesire-users-api.md) · [All operations](https://skmtc.dev/cloudesire/apis/cloudesire-users-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudesire/cloudesire-users-api/revisions/3d64889e8ae7/schema)
