---
title: "GET /idp-group-mappings/{app_resource_id}"
method: GET
path: "/idp-group-mappings/{app_resource_id}"
tags: ["idp-group-mappings"]
---

# GET /idp-group-mappings/{app_resource_id}

`GET /idp-group-mappings/{app_resource_id}`

Returns the configured set of available `IdpGroupMapping` objects for an Okta app.

## Path parameters

- `app_resource_id` string, uuid, required

## Response `200`

The configured set of available `IdpGroupMapping` objects for an Okta app.

- IdpGroupMappingList
  - `mappings` IdpGroupMapping[], required
    - `app_resource_id` string, uuid — The ID of the app resource.
    - `group_id` string, uuid, required — The ID of the group.
    - `alias` string — The alias of the group.
    - `hidden_from_end_user` boolean, required — A bool representing whether or not the group is hidden from the end user.

---

[API](https://skmtc.net/opal/apis/opal-api.md) · [All operations](https://skmtc.net/opal/apis/opal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opal/opal-api/versions/13b58df96d40/schema)
