Skip to content

Multiple companies per user custom attributes not displaying on intercom #215

@serkanozer

Description

@serkanozer

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions