---
title: "Update the password of the current user."
method: POST
path: "/current/user/password"
tags: ["user"]
---

# Update the password of the current user.

`POST /current/user/password`

Requires elevated authentication.

## Request body

- UserPass — The Password for updating the user.
  - `pass` string, required — The user password. For login.

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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