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

# POST /v1/users/@me

`POST /v1/users/@me`

Create a new user

## Request body

- object — POST /v1/users/@me request body
  - `username` string, required
  - `password` string, required
  - `email` string, required

## Response `200`

POST /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` — POST /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)
