---
title: "Create label for domain"
method: POST
path: "/v2/collaboration-groups/labels"
tags: ["Collaboration Groups Labels"]
---

# Create label for domain

`POST /v2/collaboration-groups/labels`

## Request body

- CollaborationGroupsLabelCreate
  - `name` string, required
  - `domainId` integer, required
  - `color` string

## Response `200`

OK

- CollaborationGroupsLabel
  - `id` integer
  - `name` string
  - `color` string
  - `domainId` integer

---

[API](https://skmtc.net/quinyx/apis/quinyx-api.md) · [All operations](https://skmtc.net/quinyx/apis/quinyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quinyx/quinyx-api/revisions/70a12bbb88c9/schema)
