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

# Get Team Group Mapping

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

Returns the team group mapping for the specified ID.

## Response `200`

A single team group mapping.

- IdpTeamGroupMapping — A mapping between a Konnect team and an identity provider group.
  - `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/versions/f920f418f552/schema)
