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

> ABBYY FlexiCapture のグループ管理 API の GetUsersInGroup メソッドは、指定したグループに属するすべてのユーザーを一覧にした UserInfo 配列を返します。

<div id="what-it-does">
  ## 実行内容
</div>

指定したグループに含まれるすべてのユーザーの情報を取得します。

<div id="definition">
  ## 定義
</div>

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

<div id="parameters">
  ## パラメーター
</div>

| **Name** | **型** | **説明** |
| -------- | ----- | ------ |
| groupId  | int   | グループID |

<div id="returned-value">
  ## 戻り値
</div>

<table width="100%"><tbody><tr><td><p><strong>型</strong></p></td><td><p><strong>説明</strong></p></td></tr><tr><td><p><a href="/ja/flexi-capture/man-user-info">UserInfo</a> \[]</p></td><td><ul><li>ユーザー情報を含むデータ型</li></ul></td></tr></tbody></table>
