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

# Change password

`POST /user/password`

Lets the current user change its password.

## Request body

- V1UserPassword
  - `new_password` string
  - `old_password` string

## Response `200`

OK

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `400` — Something's invalid.
- `404` — User does not exist.
- `500` — Internal server error.

---

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