---
title: "POST /users"
method: POST
path: "/users"
---

# POST /users

`POST /users`

## Request body

- object
  - `age` integer
  - `name` string, required

## Response `201`

Created

- object
  - `age` integer
  - `id` integer, required
  - `name` string, required

---

[API](https://skmtc.dev/ohkami-rs/apis/ohkami-with-global-bindings.md) · [All operations](https://skmtc.dev/ohkami-rs/apis/ohkami-with-global-bindings/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ohkami-rs/ohkami-with-global-bindings/revisions/412f5fbb16b4/schema)
