Skip to content

Team

Teams are groups of admins in Intercom.

typestring

Value is always "team"

Example:"team"
idstring

The id of the team

Example:"814865"
namestring

The name of the team

Example:"Example Team"
admin_idsArray of integers

The list of admin IDs that are a part of the team.

Example:
[ 493881 ]
admin_priority_levelobject or null(Admin Priority Level)

Admin priority levels for the team

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