---
title: "Create a new user"
method: POST
path: "/api/v1/users"
tags: ["Users"]
---

# Create a new user

`POST /api/v1/users`

Create a new user record with the provided details.

## Request body

- DtoCreateUserRequest
  - `email` string, required
  - `password` string, required
  - `username` string, required

## Response `200`

user created successfully

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `409` — user already exists
- `413` — payload too large
- `500` — failed to create user

---

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