---
title: "Create new Organization"
method: POST
path: "/app/{appId}/organization"
tags: ["Admin API"]
---

# Create new Organization

`POST /app/{appId}/organization`

## Path parameters

- `appId` string, required

## Request body

- object
  - `name` string — Name of Organization

## Response `200`

OK

- object
  - `organization` object — Organization created
    - `id` string — ID of Organization
    - `apiKey` string — API Key for Organization
    - `subscriptionLevel` string — Subscription level of Organization

---

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