---
title: "Create organization"
method: PUT
path: "/api/v1/org"
tags: ["Organizations"]
---

# Create organization

`PUT /api/v1/org`

Creates a new organization, the current user becomes the Admin of the new organization.
This is only available to users that are not already in an organization.

## Request body

- CreateOrganization — From T, pick a set of properties whose keys are in the union K
  - `name` string, required — The name of the organization

## Response `200`

Ok

- ApiSuccessEmpty
  - `results` unknown
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
