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

> La méthode FindTenant de l’API de gestion des tenants d’ABBYY FlexiCapture recherche un tenant par son nom et renvoie l’ID du tenant correspondant sous la forme d’une valeur entière.

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

Recherche des tenants par leur nom.

<div id="definition">
  ## Définition
</div>

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

<div id="parameters">
  ## Paramètres
</div>

| **Name**   | **Type** | **Description** |
| ---------- | -------- | --------------- |
| tenantName | string   | Nom du tenant   |

<div id="returned-value">
  ## Valeur de retour
</div>

| **Type** | **Description** |
| -------- | --------------- |
| int      | ID du tenant    |
