---
title: "Create new `User` object"
method: POST
path: "/v1/users"
tags: ["users"]
---

# Create new \`User\` object

`POST /v1/users`

Create new `User` object

## Request body

- UserInput — Input to create a Conductor User
  - `status` string — State of the User's account
  - `role` integer — user role
  - `lastname` string — User's last name
  - `firstname` string — User's given name
  - `email` string, email — User's login name

## Response `200`

Successful response

## Other responses

- `400` — Invalid input

---

[API](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api.md) · [All operations](https://skmtc.dev/conductortech/apis/conductor-cloud-rendering-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductortech/conductor-cloud-rendering-api/revisions/0fb056b8d2a1/schema)
