Search + K

Command Palette

Search for a command to run...

Sign In

See details about this account's teams

GET /settings/v3/users/teams
Copy endpoint
https://api.hubapi.com

View teams for this account

Responses

200 application/json

successful operation

interface CollectionResponsePublicTeamNoPaging {
results: PublicTeam1

A team that can be assigned to a user

interface PublicTeam1 {
id: string;
name: string;
secondaryUserIds: string[];
userIds: string[];
}
[]
;
}
default */*

An error occurred.

interface Error {
category: string;
context?: { };
correlationId: string;
errors?: ErrorDetail
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}