---
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

---

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