Portal Auth Settings
Get Team Group Mapping
Returns the team group mapping for the specified ID.
get/v3/portals/{portalId}/identity-providers/{id}/team-group-mappings/{mappingId}
Response
A team group mapping for an identity provider.
Example response
{
"id": "a1b2c3d4-e5f6-4a8b-9c0d-1e2f3a4b5c6d",
"team_id": "6801e673-cc10-498a-94cd-4271de07a0d3",
"group": "API Engineers",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}