Auth Settings
Update Team Mappings
Updates the IdP group to Konnect team mapping.
put/v3/identity-provider/team-mappings
Request body
Example request
{
"mappings": [
{
"group": "Service Developers",
"team_ids": [
"af91db4c-6e51-403e-a2bf-33d27ae50c0a"
]
}
]
}Response
A paginated list response for a collection of team mappings.
Example response
{
"data": [
{
"group": "Service Developers",
"team_ids": [
"6801e673-cc10-498a-94cd-4271de07a0d3"
]
}
]
}