---
title: "POST /auth/register/"
method: POST
path: "/auth/register/"
tags: ["auth"]
---

# POST /auth/register/

`POST /auth/register/`

## Request body

- RegisterSchema
  - `username` string, required
  - `password` string
  - `consent` boolean, required
  - `email` string, email
  - `fingerprint` string
  - `invite` string
  - `date_of_birth` string
  - `gift_code_sku_id` string
  - `captcha_key` string
  - `promotional_email_opt_in` boolean
  - `unique_username_registration` boolean
  - `global_name` string

## Response `200`

- TokenOnlyResponse
  - `token` string, required

## Other responses

- `400`

## Changes

- **2026-04-28** `d209eb052880` — 1 info
  - endpoint added
- **2026-04-19** `1cde78e24558` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spacebarchat/apis/spacebar-server/changes/auth/register/post.md)

---

[API](https://skmtc.dev/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.dev/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/revisions/a15db2c050e7/schema)
