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

customerId

User or customer identifier for the operation.

Details

Attribute: customer-id

Type: string

Default value: undefined

Morphology

provider.customerId = 'user-7f3a9c21';

Description

Identifier of the user or client associated with the Tracking operation in facephi-sdk-provider (internal ID, email, etc.).


Example

<facephi-sdk-provider
    apikey={process.env.FACEPHI_SDK_APIKEY}
    customerId={'user-7f3a9c21'}
/>

Last updated