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

# GetUser

> ABBYY FlexiCapture API で GetUser を呼び出すと、ID でユーザーを検索し、アカウントの詳細を含む User オブジェクトと、見つかったかどうかを示すフラグを返します。

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

ユーザーに関する情報を返します。

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

```
bool GetUser( int userId, out User user );
```

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

| **名前** | **型** | **説明**  |
| ------ | ----- | ------- |
| userId | 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>bool</p></td><td><p>ユーザーが見つかったかどうかを示すフラグです。指定可能な値:</p><ul><li><strong>True</strong> - ユーザーが見つかった</li><li><strong>False</strong> - ユーザーが見つからなかった</li></ul></td></tr><tr><td><p><a href="/ja/flexi-capture/api/structures/user">User</a></p></td><td><p>ユーザー情報</p></td></tr></tbody></table>
