Admin priority levels for teamsprimary_team_idsArray of integers or nullThe primary team ids for the team Example: [814865]secondary_team_idsArray of integers or nullThe secondary team ids for the team Example: [493881]{ "primary_team_ids": [ 814865 ], "secondary_team_ids": [ 493881 ] }
A translation object contains the localised details of a subscription type.namestringThe localised name of the subscription type. Example: "Announcements"descriptionstringThe localised description of the subscription type. Example: "Offers, product and feature announcements"localestringThe two character identifier for the language of the translation object. Example: "en"{ "name": "Announcements", "description": "Offers, product and feature announcements", "locale": "en" }
You can tag a single company or a list of companies.namestringrequiredThe name of the tag which will be untagged from the company Example: "Independent"companiesArray of objectsrequiredThe id or company_id of the company can be passed as input parameters.-companies[].idstringThe Intercom defined id representing the company. Example: "531ee472cce572a6ec000006"companies[].company_idstringThe company id you have defined for the company. Example: "6"companies[].untagbooleanAlways set to true Example: "true"{ "name": "Independent", "companies": [ { … } ] }