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 | The team's unique ID. | |
| Name | String | False | The team's name. | |
| UserIds | String | False | Comma-separated list of user IDs representing team members. | |
| SecondaryUserIds | String | False | Comma-separated list of user IDs representing secondary team members. |