---
title: "Create a new organization"
method: POST
path: "/hiq/organizations"
tags: ["HIQ"]
---

# Create a new organization

`POST /hiq/organizations`

Create a new organization in current HIQ (Available when HIQ is enabled).

## Request body

- XiqCreateOrganizationRequest
  - `name` string, required — The organization name, must be unique in VIQ
  - `color` string — The tagged color for the organization

## Response `201`

Created

- XiqOrganization
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string, required — The organization name
  - `type` 'REGULAR' | 'PRIVATE', required — The organization type
  - `color` string — The tagged color for the organization

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/revisions/5ff7ab84e8e8/schema)
