Team

Teams are groups of admins in Intercom.

type
string

Value is always "team"

id
string

The id of the team

name
string

The name of the team

admin_ids
Array of integers

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

object or null (Admin Priority Level)

Admin priority levels for the team

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