Team
Retrieves information about the current team.
Select
The driver 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 driver processes filters client-side within the driver.
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. |