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

# UpdateTenant

> UpdateTenant method in the ABBYY FlexiCapture web services API: changes a tenant name, description, license number, and common-license sharing by tenant ID.

## What it does

Updates information about a tenant.

## Definition

```
void UpdateTenant( int tenantId, string tenantName, string tenantDescription, string licenseNumber, bool canUseCommonLicense );
```

## Parameters

| **Name**            | **Type** | **Description**                      |
| ------------------- | -------- | ------------------------------------ |
| tenantId            | int      | Tenant ID                            |
| tenantName          | string   | Tenant name                          |
| tenantDescription   | string   | Tenant description                   |
| licenseNumber       | string   | Tenant license number (if required)  |
| canUseCommonLicense | bool     | Permission to share a common license |

## Returned value

N/A

<Note>
  To modify the tenant information, call the [GetTenant](/flexi-capture/get-tenants) method, make relevant changes in one or more fields, and call the UpdateTenant method.
</Note>
