> ## 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.

# GetGroup

> GetGroup method in the ABBYY FlexiCapture group management API retrieves a GroupInfo record for a group ID and returns a bool for whether the group exists.

## What it does

Obtains information about a group.

## Definition

```
bool GetGroup( int groupId, out GroupInfo groupinfo );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| groupId  | int      | Group ID        |

## Returned value

<table width="100%"><tbody><tr><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>bool</p></td><td><ul><li>The value that tells whether the group exists. Possible values:</li></ul><ul><li>"true" if the specified group is found</li><li>otherwise returns "false"</li></ul></td></tr><tr><td><p><a href="/flexi-capture/man-group-info">GroupInfo</a></p></td><td><p>Information about a group</p></td></tr></tbody></table>
