---
title: "POST /api/v1/sub-organizations"
method: POST
path: "/api/v1/sub-organizations"
tags: ["Sub Organizations"]
---

# POST /api/v1/sub-organizations

`POST /api/v1/sub-organizations`

Create a sub organization

## Request body

- object
  - `name` string, required — The display name of the sub-organization (e.g. 'Acme Corp'). Allows alphanumeric characters, spaces, dashes, and underscores.
  - `slug` string — Optional. The slug of the sub-organization (e.g. 'acme-corp'). If not provided, it is auto-generated from the name. Must be lowercase with hyphens only.

## Response `200`

Default Response

- object
  - `organization` object, required
    - `id` string, uuid, required
    - `name` string, required
    - `slug` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `parentOrgId` string, uuid, nullable

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `422` — Default Response
- `500` — Default Response

---

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