---
title: "Create Organization"
method: POST
path: "/v1/admin/organizations"
---

# Create Organization

`POST /v1/admin/organizations`

Create a new organization. Super admin only.

Optionally accepts ownerEmail to assign an owner:
- If the email belongs to an existing user, a PortalUser row is created for the new org.
- If the email is new, an OrgInvitation with role=owner is created.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.net/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/revisions/4ff6d068cf75/schema)
