---
title: "Create user (legacy)"
method: POST
path: "/api/users"
tags: ["Legacy"]
---

# Create user (legacy)

`POST /api/users`

Creates a demo user. Returns the request payload plus id/createdAt fields.

## Request body

- LegacyMutationRequest

## Response `201`

User created

- LegacyMutationResponse
  - `id` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Error response

---

[API](https://skmtc.net/reqres/apis/reqres-api.md) · [All operations](https://skmtc.net/reqres/apis/reqres-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reqres/reqres-api/revisions/e5ced6578853/schema)
