---
title: "Update password"
method: POST
path: "/auth/password/update"
tags: ["Password"]
---

# Update password

`POST /auth/password/update`

Update the password of the current user, requires the old password

## Headers

- `x-stack-refresh-token` string

## Request body

- object
  - `old_password` string, required
  - `new_password` string, required

## Response `200`

Successful response

- object
  - `success` boolean, required — Always equal to true.

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/versions/1c982df54232/schema)
