---
title: "Reset another user's password"
method: POST
path: "/system/admin/users/reset-password"
tags: ["System Admin"]
---

# Reset another user's password

`POST /system/admin/users/reset-password`

Replace another user's local password and revoke all of their existing sessions (SystemAdmin only).
A system administrator cannot reset their own password through this endpoint; self-service password change still requires the old password.

## Request body

- InternalHandlerResetUserPasswordRequest
  - `email` string, required
  - `new_password` string, required

## Response `200`

Password reset successfully

- object

## Other responses

- `400` — Invalid request, weak password, or self reset
- `403` — Forbidden: not a system admin
- `404` — User not found

## Changes

- **2026-07-13** `415297b5e7da` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/system/admin/users/reset-password/post.md)

---

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