Actions
List Teams
List teams in Intercom.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"type": "team.list",
"teams": [
{
"type": "team",
"id": "5671587",
"name": "My Team",
"admin_ids": [
1234567
]
}
]
}
Was this page helpful?