---
title: "Creates an organization and makes the calling customer its owner."
method: POST
path: "/organizations"
tags: ["Organization"]
---

# Creates an organization and makes the calling customer its owner.

`POST /organizations`

The calling customer becomes the organization's owner.

## Request body

- CreateOrganizationEndpointInput
  - `name` string, required — The human-readable name of the organization.
  - `primaryDomain` string, nullable — The primary email domain associated with the organization, if any.

## Response `200`

OK

- CreateOrganizationEndpointOutput
  - `organizationId` string, required — The id of the created organization.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

## Changes

- **2026-09-04** `9da534659e5f` — 1 info
  - the security scope `api` was added to the endpoint's security scheme `OpenIdConnect`
- **2026-08-31** `f5235270ce3c` — 1 warning
  - removed the request property `slug`

[Change history](https://skmtc.dev/rapidata/apis/rapidata-api/changes/organizations/post.md)

---

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