---
title: "ResetPassword"
method: PUT
path: "/api/v1/user/reset_password"
tags: ["user"]
---

# ResetPassword

`PUT /api/v1/user/reset_password`

ResetPassword

## Request body

- V1ResetPasswordReq
  - `id` string, required
  - `new_password` string, required

## Response `200`

OK

- DomainResponse
  - `data` unknown
  - `message` string
  - `success` boolean

---

[API](https://skmtc.net/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.net/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/versions/20a6fc57042a/schema)
