Teams
Lists details about teams configured in the HubSpot account, aiding team structure management.
View Specific Information
SELECT
SELECT * FROM Teams;
Columns
| Name | Type | References | Filterable | Description |
| Id [KEY] | Long | False | Unique identifier assigned to the team in HubSpot. | |
| Name | String | False | Name of the team as it appears in HubSpot. | |
| UserIds | String | False | Comma-separated list of user IDs for primary members of the team. | |
| SecondaryUserIds | String | False | Comma-separated list of user IDs for secondary members assigned to the team. |