---
title: "Update the current user's password"
method: PATCH
path: "/api/v1/profiles/change-password"
tags: ["crm"]
---

# Update the current user's password

`PATCH /api/v1/profiles/change-password`

## Request body

- ProfilesChangePasswordRequestDTO
  - `password` string, required — New password for the user

## Response `200`

---

[API](https://skmtc.dev/wejam/apis/jam.md) · [All operations](https://skmtc.dev/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wejam/jam/revisions/b4e171f8d0f4/schema)
