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

> Die Methode GetUsersInGroup in der API zur Gruppenverwaltung von ABBYY FlexiCapture gibt ein UserInfo-Array zurück, das alle Benutzer auflistet, die zu einer angegebenen Gruppe gehören.

<div id="what-it-does">
  ## Funktion
</div>

Ruft Informationen zu allen Benutzern ab, die zur angegebenen Gruppe gehören.

<div id="definition">
  ## Definition
</div>

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

<div id="parameters">
  ## Parameter
</div>

| **Name** | **Typ** | **Beschreibung** |
| -------- | ------- | ---------------- |
| groupId  | int     | Gruppen-ID       |

<div id="returned-value">
  ## Rückgabewert
</div>

<table width="100%"><tbody><tr><td><p><strong>Typ</strong></p></td><td><p><strong>Beschreibung</strong></p></td></tr><tr><td><p><a href="/de/flexi-capture/man-user-info">UserInfo</a> \[]</p></td><td><ul><li>Der Datentyp, der Informationen über einen Benutzer enthält</li></ul></td></tr></tbody></table>
