> ## 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 メソッドは、指定したユーザー名のアカウント詳細を含む UserInfo オブジェクトを取得します。

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

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

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

```
UserInfo GetUser( string userName );
```

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

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

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

| **型**                                       | **説明**         |
| ------------------------------------------- | -------------- |
| [UserInfo](/ja/flexi-capture/man-user-info) | ユーザー情報を含むデータの型 |
