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

# Change a Current User Password

`POST /accountmanager.changepassword`

Changes an authenticated user's password.

## Request body

- object
  - `data` object, required
    - `newPassword` string, required — The new password.
    - `oldPassword` string, required — The current password. Necessary when changing own password.

## 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/revisions/0850b5d6be73/schema)
