# GroupTypes Object

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

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

## Properties

- **`id`** _(string, required)_
  The unique identifier for group type
- **`name`** _(string)_
  Group type's name
- **`description`** _(string)_
  Short description of the group type
- **`created_at`** _(string)_
  This represents the date when the group types was created
- **`updated_at`** _(string)_
  This represents the date when the group types was updated
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/hris/group_types](/docs/api-reference/unified-hris-api/grouptypes/list) — List Group types
