---
title: "Reset the user password"
method: POST
path: "/auth/reset_password"
tags: ["auth"]
---

# Reset the user password

`POST /auth/reset_password`

## Request body

- ResetPasswordModelPost
  - `new_password` string — the new user's password
  - `token` string — the token to reset the password
  - `user_name` string — the username

## Response `204`

No Content

## Other responses

- `403` — Reset Denied

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
