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
Field | Type | Description |
---|---|---|
type | string | Value is always "team" |
id | string | The id of the team |
name | string | The name of the team |
admin_ids | array | The list of admin IDs that are a part of the team. |
admin_priority_level | object | Admin priority levels for the team |
Admin Priority Level
Field | Type | Description |
---|---|---|
primary_admin_ids | array | The primary admin ids for the team |
secondary_admin_ids | array | The secondary admin ids for the team |