Saltar al contenido principal
GET
/
settings
/
v3
/
users
/
teams
Ver detalles sobre los equipos de esta cuenta
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>"
      ]
    }
  ]
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Gratuito
Sales HubSales Hub -Gratuito
Service HubService Hub -Gratuito
Content HubContent Hub -Gratuito

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

successful operation

results
object[]
requerido
Last modified on March 30, 2026