---
title: "Change password"
method: PUT
path: "/users/{userId}/password"
tags: ["User"]
---

# Change password

`PUT /users/{userId}/password`

Changes the password for a given user

## Path parameters

- `userId` integer, required

## Request body

- ChangePasswordModel
  - `password` string, required

## Response `200`

Success

---

[API](https://skmtc.net/diabatix/apis/identity-api.md) · [All operations](https://skmtc.net/diabatix/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/identity-api/revisions/81fb509120cf/schema)
