---
title: "addUser"
method: POST
path: "/api/users"
tags: ["User Management"]
---

# addUser

`POST /api/users`

Add User

## Request body

- object
  - `fullName` string, required
  - `age` number, float, required
  - `email` string, email, required
  - `role` 'admin' | 'user', required
  - `language` 'en' | 'fr' | 'es'

## Response `200`

OK

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/nodearch/apis/nodearch-express-template.md) · [All operations](https://skmtc.dev/nodearch/apis/nodearch-express-template/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nodearch/nodearch-express-template/revisions/e19027a74ecf/schema)
