---
title: "Change a User Password"
method: POST
path: "/accountmanager.changepassword/{userId}"
tags: ["User Admin"]
---

# Change a User Password

`POST /accountmanager.changepassword/{userId}`

Changes a specified user's password.<p> The authenticated user needs the `ADMIN` (including `USERADMIN`) permissions to perform this action. To change your own password, use the **/accountmanager.changepassword** endpoint instead.

## Request body

- object
  - `data` object, required
    - `newPassword` string, required

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` unknown
    - `status` number

---

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