v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
idp-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.

app_resource_idstring uuid

The ID of the app resource.

group_idstring uuid required

The ID of the group.

aliasstring

The alias of the group.

hidden_from_end_userboolean required

A bool representing whether or not the group is hidden from the end user.

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
}