---
title: "Create Enterprise User or Enterprise Admin User"
method: POST
path: "/api/v1/organizations/users"
---

# Create Enterprise User or Enterprise Admin User

`POST /api/v1/organizations/users`

As an Enterprise Admin create an Enterprise User or another Enterprise Admin User.

## Request body

- object
  - `email` string, required — The email address of the new Enterprise User or Enterprise Admin User.
  - `role` 'MEMBER' | 'ADMIN', required — The role of the new user. "MEMBER" for Enterprise User and "ADMIN" for Enterprise Admin User.

## Response `200`

200

- object
  - `userId` string
  - `buyerAgent` object
    - `id` string
    - `apiKey` string
  - `userApiKey` string — Returned when the created user is type ADMIN.

## Other responses

- `400` — 400
- `422` — 422

---

[API](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis.md) · [All operations](https://skmtc.net/skyfire/apis/skyfire-agent-and-token-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyfire/skyfire-agent-and-token-apis/revisions/209ba8f90d59/schema)
