Skip to main content

Get Team Info

Gets information about the current team.

External Documentation

To learn more, visit the Slack documentation.

Parameters

ParameterDescription
TeamTeam 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.

Example Output

{
"ok": true,
"team": {
"domain": "example",
"email_domain": "example.com",
"enterprise_id": "E1234A12AB",
"enterprise_name": "Umbrella Corporation",
"icon": {
"image_102": "https://...",
"image_132": "https://...",
"image_34": "https://...",
"image_44": "https://...",
"image_68": "https://...",
"image_88": "https://...",
"image_default": true
},
"id": "T12345",
"name": "My Team"
}
}

Workflow Library Example

Get Team Info with Slack and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop