customerId
User or customer identifier for the operation.
Last updated
User or customer identifier for the operation.
Attribute: customer-id
Type: string
Default value: undefined
provider.customerId = 'user-7f3a9c21';Identifier of the user or client associated with the Tracking operation in facephi-sdk-provider (internal ID, email, etc.).
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
customerId={'user-7f3a9c21'}
/>Last updated