---
title: "Create user"
method: POST
path: "/api/user"
tags: ["User"]
---

# Create user

`POST /api/user`

## Request body

- MetaUser
  - `_id` string
  - `created_at` string
  - `name` string
  - `password` string
  - `role` string
  - `salt` string
  - `updated_at` string

## Response `200`

OK

- MetaHTTPResponseID
  - `id` string
  - `message` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/zincsearch/apis/zinc-search-engine-api.md) · [All operations](https://skmtc.net/zincsearch/apis/zinc-search-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zincsearch/zinc-search-engine-api/versions/c7ce1991bb9a/schema)
