External DocumentationTo learn more, visit the Slack documentation.
Actions
Get Team Info
Gets information about the current team.

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.
| Parameter | Description |
|---|---|
| Team | Team to get info on, if omitted, will return information about the current team. Will only return team that the authenticated token is allowed to see through external shared channels. |
{
"ok": true,
"team": {
"id": "<string>",
"name": "<string>",
"url": "<string>",
"domain": "<string>",
"email_domain": "<string>",
"icon": {
"image_default": true,
"image_34": "<string>",
"image_44": "<string>",
"image_68": "<string>",
"image_88": "<string>",
"image_102": "<string>",
"image_230": "<string>",
"image_132": "<string>"
},
"avatar_base_url": "<string>",
"is_verified": false,
"lob_sales_home_enabled": false
}
}
Was this page helpful?