---
title: "POST /v1/{+parent}/labels"
method: POST
path: "/v1/{+parent}/labels"
tags: ["accounts"]
---

# POST /v1/{+parent}/labels

`POST /v1/{+parent}/labels`

Creates a new label, not assigned to any account.

## Path parameters

- `parent` string, required

## Request body

- AccountLabel — Label assigned by CSS domain or CSS group to one of its sub-accounts.
  - `name` string — Identifier. The resource name of the label. Format: accounts/{account}/labels/{label}
  - `accountId` string, int64 — Output only. The ID of account this label belongs to.
  - `displayName` string — The display name of this label.
  - `labelId` string, int64 — Output only. The ID of the label.
  - `labelType` 'LABEL_TYPE_UNSPECIFIED' | 'MANUAL' | 'AUTOMATIC' — Output only. The type of this label.
  - `description` string — The description of this label.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/css.md) · [All operations](https://skmtc.dev/google/apis/css/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/css/revisions/22775d1d5e93/schema)
