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

# GetTenants

> GetTenants method in the ABBYY FlexiCapture web services API: returns an array of TenantInfo objects with details about every tenant configured on the server.

## What it does

Obtains information about all tenants.

## Definition

```
TenantInfo[] GetTenants();
```

## Parameters

N/A

## Returned value

| **Type**                                        | **Description**                                          |
| ----------------------------------------------- | -------------------------------------------------------- |
| [TenantInfo](/flexi-capture/man-tenant-info)\[] | The type of data that contain information about a tenant |
