# Tags Object

> Source: https://truto.one/docs/api-reference/unified-hris-api/tags/

Schema for the `Tags` resource in **Unified HRIS API**.

## Properties

- **`id`** _(string, required)_
  The tag's unique identifier
- **`name`** _(string)_
  The tag's name
- **`created_at`** _(string)_
  The date and time of the tag's creation
- **`updated_at`** _(string)_
  The date and time of the tag's last update
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/hris/tags](/docs/api-reference/unified-hris-api/tags/list) — List Tags
