---
title: "List Team Group Mappings"
method: GET
path: "/v3/identity-providers/{idpId}/team-group-mappings"
tags: ["Auth Settings"]
---

# List Team Group Mappings

`GET /v3/identity-providers/{idpId}/team-group-mappings`

Returns a paginated list of team group mappings for the specified identity provider.
Mappings define the relationship between identity provider groups and Konnect teams.

## Query parameters

- `page[size]` integer
- `page[after]` string
- `page[before]` string
- `filter` object
  - `team_id` StringFieldEqualsFilter — Filters on the given string field value by exact match.
    - `eq` string
  - `group` StringFieldEqualsFilter — Filters on the given string field value by exact match.
    - `eq` string

## Response `200`

A paginated collection of IDP team group mappings.

- object
  - `meta` CursorMeta — Pagination metadata.
    - `page` CursorMetaPage, required
      - `first` string, path — URI to the first page
      - `last` string, path — URI to the last page
      - `next` string, path, nullable, required — URI to the next page
      - `previous` string, path, nullable, required — URI to the previous page
      - `size` number, required — Requested page size
  - `data` IdpTeamGroupMapping[]
    - `id` string, uuid, required — Contains a unique identifier used for this resource.
    - `team_id` string, uuid, required — The Konnect team ID.
    - `group` string, required — The identity provider group name. Group names are case sensitive.
    - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
    - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Permission denied
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/f920f418f552/schema)
