---
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

- **2026-02-13** `72fe88316d15` — 1 breaking, 15 info
  - added the new required request property `organizations/additionalProperties/owner_id`
  - added the new optional request property `organizations/additionalProperties/is_demo`
  - the request property `organizations/additionalProperties/description` became optional
  - the request property `organizations/additionalProperties/name` became optional
  - …12 more
- **2026-01-14** `53da4c9de2b7` — 1 breaking, 1 warning
  - removed the required property `projects/additionalProperties/additionalProperties/tier` from the response with the `200` status
  - removed the request property `organizations/additionalProperties/is_paying`
- **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/c8917fecb5bf/schema)
