---
title: "POST /admin/organization"
method: POST
path: "/admin/organization"
tags: ["admin"]
---

# POST /admin/organization

`POST /admin/organization`

Create a new organization

## Request body

- object
  - `name` string, required

## Response `201`

Organization created successfully.

- object
  - `id` string, required
  - `name` string, required
  - `createdTime` string, required
  - `createdBy` string, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
