---
title: "Change current user's password"
method: POST
path: "/auth/change-password"
tags: ["Authentication"]
---

# Change current user's password

`POST /auth/change-password`

Validates the current password and updates the authenticated user's password

## Request body

- ChangePasswordRequest
  - `currentPassword` string, required
  - `newPassword` string, required

## Response `200`

Password changed successfully

## Other responses

- `401` — Not authenticated or current password is invalid
- `500` — Password change failed

---

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