> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/sdk-provider/propiedades/tenantid.md).

# tenantId

## Details

**Attribute:** `tenant-id`

**Type:** `string`

**Default value:** `undefined`

## Morphology

```typescript
provider.tenantId = 'tenant-eu-prod';
```

## Description

Tenant identifier sent to the Tracking services when Integration operates in a multi-tenant model.

***

## Example

```jsx
<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    tenantId={'tenant-eu-prod'}
/>
```
