Passer au contenu principal
GET
/
settings
/
v3
/
users
/
teams
Voir les détails concernant les équipes de ce compte
curl --request GET \
  --url https://api.hubapi.com/settings/v3/users/teams \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "secondaryUserIds": [
        "<string>"
      ],
      "userIds": [
        "<string>"
      ]
    }
  ]
}

Supported products

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Réponse

successful operation

results
object[]
requis
Last modified on April 13, 2026