---
title: "Create a user"
method: POST
path: "/users"
tags: ["users"]
---

# Create a user

`POST /users`

Creates a new user account. Only system admins may set is_system_admin=true.

## Request body

- InternalApiAdminCreateUserRequest
  - `display_name` string
  - `email` string
  - `is_system_admin` boolean
  - `password` string

## Response `201`

Created

- InternalApiAdminUserResponse
  - `auth_provider` string
  - `created_at` string
  - `deleted_at` string
  - `display_name` string
  - `email` string
  - `id` string
  - `is_system_admin` boolean
  - `updated_at` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
