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

# FindUser

> ABBYY FlexiCapture のユーザー管理 API の FindUser メソッドは、ユーザー名でユーザーを検索し、該当する ユーザーID を整数値で返します。

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

名前でユーザーを検索します。

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

```
int FindUser( string userName );
```

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

| **Name** | **型**  | **説明** |
| -------- | ------ | ------ |
| userName | string | ユーザー名  |

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

| **型** | **説明** |
| ----- | ------ |
| int   | ユーザーID |
