---
title: "Add a new user"
method: POST
path: "/users"
---

# Add a new user

`POST /users`

## Request body

- User
  - `id` integer
  - `name` string
  - `email` string

## Response `201`

User created

---

[API](https://skmtc.dev/gitbookio/apis/the-lightswitch-api.md) · [All operations](https://skmtc.dev/gitbookio/apis/the-lightswitch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gitbookio/the-lightswitch-api/revisions/6dc2430da32f/schema)
