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

# 发送重置密码邮件

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

重置指定用户的密码，并发送重置邮件

## Request body

- DomainResetUserPasswordEmailReq
  - `captcha_token` string
  - `emails` string[], required

## Response `200`

成功

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

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

[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/revisions/5a5929cb17f2/schema)
