Auth Settings
Get Team Group Mapping
Returns the team group mapping for the specified ID.
get/v3/identity-providers/{idpId}/team-group-mappings/{id}
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"
}