---
title: "Change user password"
method: POST
path: "/v2/user/customer/account/changePassword"
tags: ["Customer - Account"]
---

# Change user password

`POST /v2/user/customer/account/changePassword`

## Request body

- ChangePasswordRequest
  - `oldPassword` string, password, required — Your current password
  - `newPassword` string, password, required — Your new password. Which must respect the same constraints as the user registeration

## Response `204`

Password updated

## Other responses

- `400` — Old password is invalid or the new password does not respect the password's constraints
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
