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': 'b234@bb.com', '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"