Auth Settings
Create Team Group Mapping
Creates a new team group mapping for the specified identity provider. A mapping associates an identity provider group with a Konnect team.
post/v3/identity-providers/{idpId}/team-group-mappings
Request body
Example request
{
"team_id": "6801e673-cc10-498a-94cd-4271de07a0d3",
"group": "Tech Leads"
}Response
A single team group mapping.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"team_id": "6801e673-cc10-498a-94cd-4271de07a0d3",
"group": "Tech Leads",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}