---
title: "See details about this account's teams"
method: GET
path: "/settings/v3/users/teams"
tags: ["Teams"]
---

# See details about this account's teams

`GET /settings/v3/users/teams`

View teams for this account

## Response `200`

successful operation

- CollectionResponsePublicTeamNoPaging
  - `results` PublicTeam[], required
    - `id` string, required — The team's unique ID
    - `name` string, required — The team's name
    - `secondaryUserIds` string[], required — Secondary or additional members of this team
    - `userIds` string[], required — Primary members of this team

## Other responses

- `default` — An error occurred.

## Changes

- **2026-07-13** (v3) `0cf03274b2c8` — 1 info
  - endpoint added
- **2026-07-13** (v3) `88afd8abb54e` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** (v3) `0cf03274b2c8` — 1 breaking, 4 info
  - the `results/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `results/items/id` to the response with the `200` status
  - added the required property `results/items/name` to the response with the `200` status
  - added the required property `results/items/secondaryUserIds` to the response with the `200` status
  - …1 more
- **2026-06-15** (v3) `7742dcf4e0c9` — 5 breaking
  - the `results/items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `results/items/id` from the response with the `200` status
  - removed the required property `results/items/name` from the response with the `200` status
  - removed the required property `results/items/secondaryUserIds` from the response with the `200` status
  - …1 more
- **2026-05-22** (v3) `c46ef3b41b5f` — 2 info
  - the security scope `settings.users.teams.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `teams-read` was removed from the endpoint's security scheme `oauth2`

[Full history](https://skmtc.dev/hubspot/apis/settings-user-provisioning/changes/settings/v3/users/teams/get.md)

---

[API](https://skmtc.dev/hubspot/apis/settings-user-provisioning.md) · [All operations](https://skmtc.dev/hubspot/apis/settings-user-provisioning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/settings-user-provisioning/revisions/b5b726b64126/schema)
