---
title: "Update User Names"
method: PATCH
path: "/api/v3/users/{user_id}"
tags: ["Users"]
---

# Update User Names

`PATCH /api/v3/users/{user_id}`

Update the global name and nickname for a user.

## Path parameters

- `user_id` integer, required

## Request body

- UserUpdateRequest
  - `global_name` string
  - `nickname` string

## Response `200`

Request fulfilled, document follows

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/versions/6db12055b305/schema)
