---
title: "Change Own Password"
method: POST
path: "/api/v1/auth/change-password"
tags: ["Auth"]
---

# Change Own Password

`POST /api/v1/auth/change-password`

## Request body

- object
  - `currentPassword` string, required
  - `newPassword` string, required

## Response `200`

Password changed

- object — Password changed
  - `success` boolean, required
  - `data` unknown, required

## Other responses

- `400` — Validation failed or current password incorrect
- `401` — Not authenticated

---

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