---
title: "Update Team Mappings"
method: PUT
path: "/v3/identity-provider/team-mappings"
tags: ["Auth Settings"]
---

# Update Team Mappings

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

Updates the IdP group to Konnect team mapping.

## Request body

- object
  - `mappings` object[] — The mappings object.
    - `group` string
    - `team_ids` string[]

## Response `200`

A paginated list response for a collection of team mappings.

- object
  - `data` TeamMapping[]
    - `group` string — The IdP group.
    - `team_ids` string[] — An array of ID's that are mapped to the specified group.

## Other responses

- `400` — Bad Request
- `401` — 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/revisions/b576ea92fca2/schema)
