---
title: "Group data model"
url: "https://docs.unified.to/hris/group/model"
description: "API reference for Group data model. Launch multiple pre-built Group integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-02T20:57:24.383Z"
---
# Group data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/hris/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**description**string 

**parent\_id**string 

**type** enum

Valid values:

 "TEAM" 

 "GROUP" 

 "DEPARTMENT" 

 "DIVISION" 

 "BUSINESS\_UNIT" 

**user\_ids**string array 

(reference to HrisEmployee)

**manager\_ids**string array 

**is\_active**boolean 

**company\_id**string 

(reference to HrisCompany)

**raw**any
