API ReferenceBuilding AppsInstalling IntercomAPI & Webhook ReferenceCanvas Kit Reference
DocsApp StoreCommunityBlogYour Apps

The Team model

Example Team Object

{
    "type": "team",
    "id": "814865",
    "name": "Example Team",
    "admin_ids": [
        493881
        814860
    ]
   "admin_priority_level": {
     "primary_admin_ids": [
        493881
      ],
      "secondary_admin_ids": [
        814860
      ]
    },
}

Teams are groups of admins in Intercom.

Object Models

Team

FieldTypeDescription
typestringValue is always "team"
idstringThe id of the team
namestringThe name of the team
admin_idsarrayThe list of admin IDs that are a part of the team.
admin_priority_levelobjectAdmin priority levels for the team

Admin Priority Level

FieldTypeDescription
primary_admin_idsarrayThe primary admin ids for the team
secondary_admin_idsarrayThe secondary admin ids for the team