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

> Die Methode FindTenant in der Mandant-Management-API von ABBYY FlexiCapture sucht einen Mandanten nach Namen und gibt die zugehörige Mandanten-ID als Ganzzahl zurück.

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

Sucht Mandanten anhand ihres Namens.

<div id="definition">
  ## Definition
</div>

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

<div id="parameters">
  ## Parameter
</div>

| **Name**   | **Typ** | **Beschreibung**   |
| ---------- | ------- | ------------------ |
| tenantName | string  | Name des Mandanten |

<div id="returned-value">
  ## Rückgabewert
</div>

| **Typ** | **Beschreibung** |
| ------- | ---------------- |
| int     | Mandanten-ID     |
