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

# Change user login

`PATCH /v1/profile/change-login`

Change the current user login to a new one.

## Request body

- object
  - `new_login` string, required — User login for registration

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