---
title: "POST /v1/account/password/change"
method: POST
path: "/v1/account/password/change"
tags: ["AccountService"]
---

# POST /v1/account/password/change

`POST /v1/account/password/change`

ChangePassword 修改密码（需要验证旧密码）

## Request body

- AccountV1ChangePasswordRequest
  - `newPassword` string — 新密码（8-128 个字符，至少包含一个字母和一个数字）
  - `oldPassword` string — 当前密码（用于验证身份）

## Response `200`

OK

- AccountV1ChangePasswordReply
  - `message` string — 提示信息
  - `success` boolean — 修改成功

---

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