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

# GetUsersInGroups

> GetUsersInGroup method in the ABBYY FlexiCapture group management API returns a UserInfo array listing every user that belongs to a specified group.

## What it does

Obtains information about all users that are included in the specified group.

## Definition

```
UserInfo[] GetUsersInGroup( int groupId );
```

## 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><a href="/flexi-capture/man-user-info">UserInfo</a> \[]</p></td><td><ul><li>The type of data that contain information about a user</li></ul></td></tr></tbody></table>
