---
title: "Change user password"
method: PATCH
path: "/v1/profile/change-password"
tags: ["Profile"]
---

# Change user password

`PATCH /v1/profile/change-password`

Change the current user password to a new one.

## Request body

- object
  - `new_password` string, required — User password. Must contain at least two character types: lowercase, uppercase, digits, or special characters

## Response `200`

Response for status 200

- object
  - `success` boolean, required — Indicates if the operation was successful

---

[API](https://skmtc.net/getmytg/apis/get-my-tg-api.md) · [All operations](https://skmtc.net/getmytg/apis/get-my-tg-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmytg/get-my-tg-api/versions/30f975c0d1e6/schema)
