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

# UserInfo

> ABBYY FlexiCapture のユーザー管理 API における UserInfo データ型。ユーザー ID、名前、氏名、メールアドレス、テナント ID を含むデータベース record の fields です。

<div id="what-it-does">
  ## 概要
</div>

**UserInfo** データ型は、ユーザー情報をデータベースに格納します。

<div id="fields">
  ## fields
</div>

| **Name** | **型**  | **説明**  |
| -------- | ------ | ------- |
| Id       | int    | ユーザー ID |
| Name     | string | ユーザー名   |
| FullName | string | ユーザーの氏名 |
| Email    | string | メールアドレス |
| TenantId | int    | テナント ID |
