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

# FindTenant

> ABBYY FlexiCapture テナント管理 API の FindTenant メソッドは、名前でテナントを検索し、一致するテナント ID を整数値で返します。

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

名前でテナントを検索します。

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

```
int FindTenant( string tenantName );
```

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

| **名前**     | **型**  | **説明** |
| ---------- | ------ | ------ |
| tenantName | string | テナント名  |

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

| **型** | **説明**  |
| ----- | ------- |
| int   | テナント ID |
