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

# Change user password

`POST /api/auth/change-password`

Change password for authenticated user. Requires current password verification.

## Request body

- ChangePasswordRequest — Change password request model for authenticated users.
  - `current_password` string, required — Current password for verification
  - `new_password` string, required — New password (min 8 characters)

## Response `200`

Successful Response

- ChangePasswordResponse — Change password response model.
  - `title` string — Response title
  - `message` string — Response message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
