---
title: "重置团队成员密码"
method: PUT
path: "/api/v1/teams/users/{user_id}/passwords/reset"
tags: ["【Team 管理员】分组成员管理"]
---

# 重置团队成员密码

`PUT /api/v1/teams/users/{user_id}/passwords/reset`

管理员为团队成员生成新密码，密码只在响应中返回一次

## Path parameters

- `user_id` string, required

## Response `200`

成功

- object
  - `code` integer
  - `data` DomainTeamUserPassword
    - `email` string
    - `password` string
  - `message` string

## Other responses

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

## Changes

- **2026-05-24** `c079d1a4d514` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/untitled-api/changes/api/v1/teams/users/:user_id/passwords/reset/put.md)

---

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