> ## 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 userLogin );
```

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

| **名前**    | **型**  | **説明** |
| --------- | ------ | ------ |
| userLogin | string | ユーザー名  |

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

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