---
title: "Change the authenticated caller's password"
method: POST
path: "/identity/change_password"
tags: ["identity", "password"]
---

# Change the authenticated caller's password

`POST /identity/change_password`

## Request body

- IdentityChangePasswordInput
  - `current_password` string
  - `new_password` string
  - `totp_code` string

## Response `200`

OK

- AuthAck
  - `ok` boolean

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
