> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GroupInfo

> GroupInfo data type in the ABBYY FlexiCapture user management API: database record fields with a group ID, short name, full name, and tenant ID.

## What it does

The **GroupInfo** data type stores the group information in the database.

## Fields

| **Name** | **Type** | **Description**  |
| -------- | -------- | ---------------- |
| Id       | int      | Group ID         |
| Name     | string   | Short group name |
| FullName | string   | Full group name  |
| TenantId | int      | Tenant ID        |
