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

# List Team Group Mappings

`GET /v3/portals/{portalId}/identity-provider/team-group-mappings`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

Lists mappings between Konnect portal teams and Identity Provider (IdP) groups. Returns a 400 error if an IdP has not yet been configured.

## Query parameters

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

## Response `200`

A paginated collection of mappings grouped by team ID.

- PortalTeamGroupMappingResponse — A paginated list of portal team group mappings.
  - `meta` PaginatedMeta — returns the pagination information
    - `page` PageMeta, required — Contains pagination query parameters and the total number of objects returned.
      - `number` number, required
      - `size` number, required
      - `total` number, required
  - `data` PortalTeamGroupMapping[]
    - `team_id` string, uuid — The Konnect team ID.
    - `groups` string[] — The IdP groups that are mapped to the specified team.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[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/4983b5762559/schema)
