---
title: "Create Accounts"
method: POST
path: "/admin/accounts"
tags: ["Admin"]
---

# Create Accounts

`POST /admin/accounts`

## Request body

- EntitiesRequestModel
  - `users` object, required
  - `organizations` object, required
  - `workspaces` object, required
  - `projects` object, required
  - `organization_memberships` object, required
  - `workspace_memberships` object, required
  - `project_memberships` object, required

## Response `200`

Successful Response

- ScopesResponseModel
  - `projects` object

## Other responses

- `422` — Validation Error

## Changes

- **2025-06-27** `e3e84db47198` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/admin/accounts/post.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/revisions/e3e84db47198/schema)
