---
title: "Update password"
method: PUT
path: "/user/account/password"
tags: ["user-account"]
---

# Update password

`PUT /user/account/password`

Update the password for the authenticated user.

This endpoint is intended for credential rotation and account recovery flows after successful authentication.

Behavior notes:

- Returns 204 when the password update succeeds.
- Does not return a response body on success.
- Requires a valid authenticated bearer token.

## Request body

- UpdatePassword — Password update payload after policy validation
  - `password` string, required — The new password

## Response `204`

Password updated

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/e8d78a3a2e8b/schema)
