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

# GetUsers

> ABBYY FlexiCapture API の GetUsers メソッドを呼び出して、Application Server から全ユーザーの一覧を User オブジェクトの配列として取得します。

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

ユーザーのリストを返します。

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

```
User [] GetUsers();
```

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

ありません。

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

| **型**                                            | **説明** |
| ------------------------------------------------ | ------ |
| [User](/ja/flexi-capture/api/structures/user)\[] | ユーザー一覧 |
