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

# Create User

`POST /users/create`

## Headers

- `x-business-id` string, required

## Request body

- User
  - `firstName` string, required
  - `lastName` string, required
  - `email` string
  - `title` string
  - `phone` string
  - `roleId` string
  - `metadata` object

## Response `200`

Successful Response

- GoodResponse
  - `id` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/slickco/apis/slick-api.md) · [All operations](https://skmtc.net/slickco/apis/slick-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slickco/slick-api/versions/90641b73f35e/schema)
