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

# GetWhiteIPList

> GetWhiteIPList method in the ABBYY FlexiCapture web services API: returns the allowlist of IP addresses permitted to access a tenant by its tenant ID.

## What it does

Obtains a list of all IP addresses that are permitted access to the tenant.

## Definition

```
GetWhiteIPListResponse[] GetWhiteIPList( int TenantId );
```

## Parameters

<table width="100%"><tbody><tr><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>TenantId</p></td><td><pre><code>int</code></pre></td><td><p>The tenant identifier.</p></td></tr></tbody></table>

## Returned value

| **Type**                  | **Description**                                                   |
| ------------------------- | ----------------------------------------------------------------- |
| GetWhiteIPListResponse\[] | The list of IP addresses that are permitted access to the tenant. |
