---
title: "Update user"
method: PATCH
path: "/v1/client/user"
tags: ["User"]
---

# Update user

`PATCH /v1/client/user`

Update User allows to update the user's profile. The following fields can be updated:
- `username`

## Request body

- UserPatchRequest
  - `username` string — The new username for the user.

## Response `200`

OK

- object
  - `data` object

## Other responses

- `406` — VPN detected

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/revisions/99209a6285bf/schema)
