---
title: "List enterprise teams for a user"
method: GET
path: "/enterprises/{enterprise}/members/{username}/teams"
tags: ["enterprise-team-memberships"]
---

# List enterprise teams for a user

`GET /enterprises/{enterprise}/members/{username}/teams`

Lists all enterprise teams that a user is a member of. This endpoint is available only for
enterprises using the new enterprise teams experience.

The authenticated user must be an enterprise owner or have the `enterprise_teams:read` permission.

## Path parameters

- `enterprise` string, required
- `username` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- EnterpriseTeam[]
  - `id` integer, required
  - `name` string, required
  - `description` string
  - `slug` string, required
  - `url` string, uri, required
  - `sync_to_organizations` string — Retired: this field will not be returned with GHEC enterprise teams.
  - `organization_selection_type` string
  - `group_id` string, nullable, required
  - `group_name` string, nullable — Retired: this field will not be returned with GHEC enterprise teams.
  - `html_url` string, uri, required
  - `members_url` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `notification_setting` 'notifications_enabled' | 'notifications_disabled' — Whether team members will receive notifications when the team is mentioned.

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

## Changes

- **2026-08-27** `3e1f5bb781b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/enterprises/:enterprise/members/:username/teams/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/enterprise-cloud/revisions/6020c72ba337/schema)
