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

> ABBYY FlexiCapture ウェブサービス API の GetTenants メソッド。サーバーに設定されているすべてのテナントの詳細を含む TenantInfo オブジェクトの配列を返します。

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

すべてのテナントの情報を取得します。

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

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

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

該当なし

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

| **型**                                              | **説明**        |
| -------------------------------------------------- | ------------- |
| [TenantInfo](/ja/flexi-capture/man-tenant-info)\[] | テナント情報を含むデータ型 |
