Skip to content

Team

Teams are groups of admins in Intercom.

typestringrequired

Value is always "team"

Value:"team"
Example:"team"
idstringrequired

The id of the team

Example:"814865"
namestringrequired

The name of the team

Example:"Example Team"
admin_idsArray of integersrequired

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

Example:
[ 493881 ]
admin_priority_levelobject(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": [] } }