---
title: "Create User"
method: POST
path: "/users/"
tags: ["User Methods"]
---

# Create User

`POST /users/`

## Request body

- UserCreate
  - `username` string, required
  - `email` string, required
  - `password` string, required

## Response `200`

Successful Response

- User
  - `username` string, required
  - `email` string, required
  - `id` integer, required
  - `is_active` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/metro/apis/fastapi.md) · [All operations](https://skmtc.net/metro/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metro/fastapi/revisions/ebd5ca4c3b67/schema)
