---
title: "reset password"
method: POST
path: "/api/users/resetpassword"
tags: ["AppUser"]
---

# reset password

`POST /api/users/resetpassword`

## Request body

- ResetPasswordViewModel — reset password view model
  - `email` string, nullable — Email
  - `secret` string, nullable — Secret
  - `password` string, nullable — password

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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