---
title: "Change user password"
method: PUT
path: "/users/{user_id}/password"
tags: ["Users"]
---

# Change user password

`PUT /users/{user_id}/password`

Change user password

## Path parameters

- `user_id` integer, required

## Request body

- UserPassword
  - `password_old` string
  - `password_new` string

## Response `201`

Successfully

## Changes

- **2021-06-08** `39614a6ad61c` — 1 info
  - request body became optional
- **2021-02-04** `fabb51bb374a` — 1 info
  - endpoint added
- **2021-01-31** `6dffc3a4de00` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/users/:user_id/password/put.md)

---

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