---
title: "Create User"
method: POST
path: "/api/v1/admin/openbb/users/{entity_uuid}"
tags: ["Admin APIs", "openbb-users"]
---

# Create User

`POST /api/v1/admin/openbb/users/{entity_uuid}`

Create a new OpenBB user and assign to an entity.

The user will receive a temporary password that must be changed on first login.

## Path parameters

- `entity_uuid` string, required

## Request body

- OpenBBUserCreate — Schema for creating a new OpenBB user.
  - `email` string, email, required — User's email address
  - `first_name` string, required — User's first name
  - `last_name` string, required — User's last name
  - `role` string — Role assignment ('admin' or 'user')

## Response `200`

Successful Response

- OpenBBUserCreateResponse — Schema for user creation response.
  - `user_uuid` string, nullable
  - `email` string, required
  - `temporary_password` string, nullable
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
