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

> UserInfo data type in the ABBYY FlexiCapture user management API: database record fields with a user ID, name, full name, email, and tenant ID.

## What it does

The **UserInfo** data type stores the user information in the database.

## Fields

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| Id       | int      | User ID         |
| Name     | string   | User name       |
| FullName | string   | Full user name  |
| Email    | string   | E-mail          |
| TenantId | int      | Tenant ID       |
