Retrieves the teams on an account.

Requirements:

STANDARD SCOPE(S): settings.users.teams.read

GRANULAR SCOPE(S): None

LIMITS: Standard API rate limits

Example Output

{
	"results": [
		{
			"id": "100",
			"name": "Test Team",
			"userIds": [
				"123"
			],
			"secondaryUserIds": [
				"124"
			]
		}
	]
}

Workflow Library Example

List Teams with Hubspot and Send Results Via Email

Preview this Workflow on desktop