v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBidp-group-mappings
Gets an IdpGroupMapping object for an Okta app and group.
get/idp-group-mappings/{app_resource_id}/groups/{group_id}
Path parameters
app_resource_idstring uuid required
The ID of the Okta app.
group_idstring uuid required
The ID of the group.
Response
The IdpGroupMapping object for the Okta app and group.
Example response
{
"app_resource_id": "1520617d-e72a-47f5-a84c-693817ab48ad2",
"group_id": "6f99639b-7928-4043-8184-47cbc6766145",
"alias": "finance-team",
"hidden_from_end_user": false
}