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

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

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

Gets an `IdpGroupMapping` object for an Okta app and group.

## Path parameters

- `app_resource_id` string, uuid, required
- `group_id` string, uuid, required

## Response `200`

The `IdpGroupMapping` object for the Okta app and group.

- IdpGroupMapping — Information about a group mapping.
  - `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)
