Team
Gets information about the current team.
Select
The provider will use the Slack API to filter by search criteria that refer to the Id column. The column support server-side processing for the = operator.
The provider processes filters client-side within the provider.
For example, the following query is processed server side:
SELECT * FROM Team
SELECT * FROM Team WHERE Id = 'T01LC4ASB2M'
Columns
| Name | Type | 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. |