---
title: "Change user password"
method: POST
path: "/auth/change-password"
tags: ["User"]
---

# Change user password

`POST /auth/change-password`

Change the user's password

## Request body

- object
  - `oldPassword` string, string
  - `newPassword` string, string

## Response `200`

Password changed successfully

- object
  - `status` string, string
  - `message` string, string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.net/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/94cb0ddffad0/schema)
