---
title: "POST /account/change-password"
method: POST
path: "/account/change-password"
tags: ["account"]
---

# POST /account/change-password

`POST /account/change-password`

## Request body

- ChangePasswordRequestDTO
  - `currentPassword` string
  - `newPassword` string
  - `confirmNewPassword` string
  - `stepUpTokenId` string, uuid

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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