---
title: "Create a user (admin)"
method: POST
path: "/v1/users"
tags: ["Users"]
---

# Create a user (admin)

`POST /v1/users`

Create a new SchedKit user account. Requires the `x-admin-secret` header. Returns the new user including their generated `api_key`.

## Request body

- object
  - `name` string, required
  - `email` string, email, required
  - `slug` string, required — URL-safe username used in public manifest links (`/assign/:slug/:type`)
  - `timezone` string

## Response `200`

Default Response

---

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