---
title: "Get a Team Mapping"
method: GET
path: "/v3/identity-provider/team-mappings"
tags: ["Auth Settings"]
---

# Get a Team Mapping

`GET /v3/identity-provider/team-mappings`

Fetch the IdP group to Konnect team mapping.

## Query parameters

- `page[size]` integer
- `page[number]` integer

## Response `200`

A paginated list response for a collection of team mappings.

- object
  - `meta` object — Contains pagination data.
    - `page` object — The page object.
      - `number` integer — Page number.
      - `size` integer — Page size.
      - `total` integer — Total number of results.
  - `data` object[]
    - `group` string — Group names.
    - `team_ids` string[] — Team ID's that belong to the specified group.

## Other responses

- `401` — Unauthenticated
- `403` — Permission denied
- `404` — Not Found
- `412` — Precondition Failed

---

[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/versions/f920f418f552/schema)
