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

# POST /users/

`POST /v1/users/`

Create a new user

## Request body

- object
  - `username` string, required — username
  - `email` string, required — email
  - `send_email` boolean — sends an email with a link to set a Foxpass password for console logins, if necessary.

## Response `200`

200

- object
  - `status` string

## Other responses

- `400` — 400

---

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