Auth Settings
Get a Team Mapping
Fetch the IdP group to Konnect team mapping.
get/v3/identity-provider/team-mappings
Query parameters
page[size]integer
Example:10
The maximum number of items to include per page. The last page of a collection may include fewer items.
page[number]integer
Example:1
Determines which page of the entities to retrieve.
Response
A paginated list response for a collection of team mappings.
Example response
{
"meta": {
"page": {
"number": 1,
"size": 9,
"total": 5
}
},
"data": [
{
"group": "111(@&*$)(@*#_@(gfds re gdsf dfg",
"team_ids": [
"3df49db8-39ff-490d-9fe1-251a3361fb13"
]
}
]
}