---
title: "Set or Change User Handle"
method: POST
path: "/users/me/handle"
tags: ["Users"]
---

# Set or Change User Handle

`POST /users/me/handle`

## Request body

- HandlePayload
  - `handle` string, required

## Response `200`

- UserExt — User with extended data including handle
  - `avatar` string, nullable
  - `category` 'BOT' | 'UNVERIFIED'
  - `description` string, nullable
  - `handle` string, nullable — The user's handle (if claimed)
  - `id` string, uuid, required
  - `name` string, required
  - `spaceOrder` string[], nullable — Persisted ordering of the user's spaces in the sidebar. Always present on responses; optional in the schema so the base `User` shape remains structurally assignable to `UserExt`.

---

[API](https://skmtc.net/mikotoio/apis/mikoto-superego.md) · [All operations](https://skmtc.net/mikotoio/apis/mikoto-superego/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mikotoio/mikoto-superego/revisions/2884da9c4ee0/schema)
