---
title: "Change Your Password"
method: PUT
path: "/api/v2/users/{user_id}/password"
tags: ["User Passwords"]
---

# Change Your Password

`PUT /api/v2/users/{user_id}/password`

You can only change your own password. Nobody can change the password of another user because it requires knowing the user's existing password. However, an admin can set a new password for another user without knowing the existing password. See [Set a User's Password](#set-a-users-password) above.

#### Allowed For

* Agents
* End Users

## Response `200`

Success description

- string — Empty response

---

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