---
title: "List Organization Scope Access"
method: GET
path: "/api/platform/organizations/{org_id}/scope-access"
tags: ["platform"]
---

# List Organization Scope Access

`GET /api/platform/organizations/{org_id}/scope-access`

Portfolios/accounts the organization already has effective ``reader`` on.

The grant-access UI uses these lists to hide scopes where granting reader
would be redundant; the organization detail page renders them (id + display
name) to show which scopes the org's members inherit reader access on.

## Path parameters

- `org_id` string, required

## Response `200`

Successful Response

- OrganizationScopeAccessResponse — Scopes an organization already has effective ``reader`` access to. Used by the grant-access UI to hide portfolios/accounts the organization can already read, and by the organization detail page to list the scopes the org's members inherit reader access on.
  - `portfolios` OrganizationScope[]
    - `id` string, required
    - `name` string, nullable
  - `accounts` OrganizationScope[]
    - `id` string, required
    - `name` string, nullable

## 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)
