Excel Add-In for Slack

Build 25.0.9434

Team

Retrieves information about the current team.

Select

The add-in uses the Slack API to filter by search criteria that refer to the Id column. The column supports server-side processing for the = operator.

The add-in processes filters client-side within the add-in.

For example, the following queries are processed server-side:

SELECT * FROM Team

SELECT * FROM Team WHERE Id = 'T01LC4ASB2M'

Columns

Name Type References Description
Domain String The domain of the team.
EmailDomain String The email of the domain of the team.
Id [KEY] String The Id of the team.
Name String The name of the team.
EnterpriseId String The Enterprise Id of the team.
EnterpriseName String The Enterprise Name of the team.
Icon String The Icon of the team.
IsVerified Boolean Indicates whether the team is verified.
LobSalesHomeEnabled Boolean Indicates the Sales Home status.
Url String The URL of the team.
AvatarBaseUrl String The Avatar base URL of the team.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434