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

# TenantInfo

> TenantInfo data type in the ABBYY FlexiCapture user management API: database record fields with a tenant ID, name, description, and license settings.

## What it does

The **TenantInfo** data type stores the tenant information in the database.

## Fields

| **Name**            | **Type** | **Description**                                                            |
| ------------------- | -------- | -------------------------------------------------------------------------- |
| Id                  | int      | Tenant ID                                                                  |
| Name                | string   | Tenant name                                                                |
| Description         | string   | Full tenant description                                                    |
| LicenseNumber       | string   | License number (if a tenant uses an allocated license)                     |
| CanUseCommonLicense | bool     | Permission to use a common license if there is no allocated tenant license |
