For the complete documentation index, see llms.txt. This page is also available as Markdown.

tenantId

Tenant identifier for tracking on the platform.

Details

Attribute: tenant-id

Type: string

Default value: undefined

Morphology

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

Description

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


Example

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

Last updated