---
title: "Creates a new user"
method: POST
path: "/auth/register"
---

# Creates a new user

`POST /auth/register`

## Request body

- UserFull
  - `username` string
  - `password` string
  - `email` string

## Response `200`

user object

---

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