Gets information about the current team.
External DocumentationTo 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": {
		"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
	}
}

Workflow Library Example

Get Team Info with Slack and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop