---
title: "Get Group Authorized Objects"
method: GET
path: "/api/platform/groups/{group_id}/authorized-objects"
tags: ["platform"]
---

# Get Group Authorized Objects

`GET /api/platform/groups/{group_id}/authorized-objects`

Inverted view of FGA: every object a group has direct access to.

## Path parameters

- `group_id` string, required

## Response `200`

Successful Response

- GroupAuthorizedObjectsResponse — Inverted view of FGA: every object a group has direct access to. ``objects_by_type`` is keyed by **camelCase** FGA object types (so the JSON payload is ``applicationInstance`` / ``moduleInstance``); each value is the deduplicated, alphabetically sorted list of grants where the principal is ``group:{id}#member``.
  - `subject` string, required
  - `objectsByType` object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
