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

---

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