---
title: "PATCH /v1/users/@me"
method: PATCH
path: "/v1/users/@me"
---

# PATCH /v1/users/@me

`PATCH /v1/users/@me`

Update your user

## Request body

- object — PATCH /v1/users/@me request body
  - `username` string
  - `password` string
  - `email` string

## Response `200`

PATCH /v1/users/@me Successful response

- object
  - `status` 'success', required
  - `data` object, required
    - `email` string, required
    - `username` string, required
    - `discriminator` string, required
    - `id` string, required

## Other responses

- `400` — PATCH /v1/users/@me Error response

---

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