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

# POST /api/user/change-password/

`POST /api/user/change-password/`

Changes the password of an authenticated user, but only if the old password matches.

## Request body

- ChangePasswordBodyValidation
  - `old_password` string, required
  - `new_password` string, required

## Response `204`

No response body

## Other responses

- `400`

---

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