You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to add multiple companies per user custom attributes are displayed on intercom only one company but not on the others:
companies=[{'company_id': x, 'name': f'{x}', 'custom_attributes': {"test_attr": f"{x}"}} for x in [1, 2, 3]]
intercom.users.create(**{'user_id': 1, 'email': '[email protected]', 'companies': companies})
this updates user and companies properly and companies listed on the user's page properly with test_attr is displayed for all companies. When i go to individual company pages test_attr is only shown in one of the companies created, for the two others the fields seems "Unknown"
The text was updated successfully, but these errors were encountered:
serkanozer
changed the title
Multiple companies per user
Multiple companies per user custom attributes not displaying on intercom
Jun 26, 2019
When I'm trying to add multiple companies per user custom attributes are displayed on intercom only one company but not on the others:
this updates user and companies properly and companies listed on the user's page properly with
test_attr
is displayed for all companies. When i go to individual company pages test_attr is only shown in one of the companies created, for the two others the fields seems "Unknown"The text was updated successfully, but these errors were encountered: