---
title: "Add Labels"
method: POST
path: "/organization/labels"
deprecated: true
---

# Add Labels

`POST /organization/labels`

> **Deprecated.**

Lets you add a new customer tag to the organization. You cannot add tags beyond the limit set for the org. 

You can set the label limit at the org level using the API `POST organization/configs` in the parameter `ORG_MAX_LABEL_COUNT`

## Request body

- object
  - `name` string, required — Name of the tag or labels.
  - `description` string, required — Brief description about the tag.
  - `orgLabels` unknown[], required — Details of labels to add.
    - unknown

## Response `200`

200

- object
  - `entity` integer
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

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