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

# Create User

`POST /users`

## Request body

- UserCreateRequest
  - `name` string, required
  - `latitude` number, nullable
  - `longitude` number, nullable
  - `timezone` string, nullable
  - `provider` 'google' | 'apple' — Identity/auth providers.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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