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

# Update the current user's name

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

## Request body

- ProfilesChangeNameRequestDTO
  - `firstName` string, required — First name of the user
  - `lastName` string, required — Last name of the user

## Response `200`

---

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