---
title: "Create an Asset Tag"
method: POST
path: "/v2/tag"
tags: ["Asset Tags"]
---

# Create an Asset Tag

`POST /v2/tag`

Create an Asset Tag with the provided name and description

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

The Asset Tag that was created

- object
  - `id` integer — Tag ID
  - `name` string — Tag name
  - `description` string — Description of the tag
  - `createTime` number, double — Creation time for the tag in seconds since unix epoch
  - `updateTime` number, double — Last update time for the tag in seconds since unix epoch
  - `createdByUserId` integer — Id of the user that created the tag
  - `updatedByUserId` integer — Id of the user that last updated the the tag

---

[API](https://skmtc.dev/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.dev/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
