PX Identify Call - looking to create a user (aptrinsic id) per product tenant even if user id is constant
Hey folks, identify id based question:
- One product tag
- user X can access multiple tenants on the same account.
Ideal scenario: looking for a user (aptrinsic id) per tenant, even if their user id is the same.
If we set user.identify id as a user identifier that stays constant across tenants, and account.id as the tenant the user is currently accessing, will this create 1 or 2 users (aptrinsic ids) in PX?
If not, we would need to look at setting the user.identify id as tenant-specific, and passing the constant user identifier (SFDC Contact Id) into a custom user attribute.