---
title: "POST /v1/users"
method: POST
path: "/v1/users"
tags: ["UserWriterService"]
---

# POST /v1/users

`POST /v1/users`

## Request body

- V1CreateUserRequest
  - `name` string

## Response `200`

A successful response.

- V1CreateUserResponse
  - `user` V1User
    - `id` string
    - `name` string
    - `createTime` string, date-time

## Other responses

- `default` — An unexpected error response

---

[API](https://skmtc.dev/uw-labs/apis/example-user-api.md) · [All operations](https://skmtc.dev/uw-labs/apis/example-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uw-labs/example-user-api/revisions/189ccb57a528/schema)
