---
title: "重置密码"
method: PUT
path: "/api/v1/users/passwords/reset"
tags: ["【用户】密码管理"]
---

# 重置密码

`PUT /api/v1/users/passwords/reset`

重置当前用户的密码

## Request body

- DomainResetUserPasswordReq
  - `new_password` string, required
  - `token` string, required

## Response `200`

OK

- WebResp
  - `code` integer
  - `data` unknown
  - `message` string

---

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