---
title: "Groups data model"
url: "https://docs.unified.to/scim/groups/model"
description: "API reference for Groups data model. Launch multiple pre-built Groups integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:54:24.182Z"
---
# Groups data model

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

### 

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

Data Model

**id**string 

The group's unique id

**externalId**string 

A groups id in an external system

**displayName**string  required 

The group's display name

**groupType**string 

Organization \[NOT STANDARD\]

**members** array 

An array of members

**meta**object 

**schemas** enum array 

Valid values:

 "urn:ietf:params:scim:schemas:core:2.0:Group" 

Array of schema URIs
