---
title: "Change user password"
method: POST
path: "/auth/users/set_password/"
tags: ["Auth"]
---

# Change user password

`POST /auth/users/set_password/`

Change password of existing user

## Request body

- UserSetPassword
  - `current_password` string, password, required — User current password
  - `new_password` string, password, required — User new password
  - `re_new_password` string, password, required — Repeat user new password

## Response `204`

Password changed suscessfully

## Other responses

- `401` — Unauthorized error

---

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