---
title: "修改密码"
method: PUT
path: "/api/v1/teams/users/passwords/change"
tags: ["【Team 管理员】认证"]
---

# 修改密码

`PUT /api/v1/teams/users/passwords/change`

修改当前用户的密码

## Request body

- DomainChangePasswordReq
  - `current_password` string — 当前密码
  - `new_password` string, required — 新密码

## Response `200`

成功

- 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)
