---
title: "List Scope Principals"
method: GET
path: "/api/platform/scopes/{scope_kind}/{scope_id}/principals"
tags: ["scope-principals"]
---

# List Scope Principals

`GET /api/platform/scopes/{scope_kind}/{scope_id}/principals`

## Path parameters

- `scope_kind` string, required
- `scope_id` string, required

## Query parameters

- `directOnly` boolean
- `enrich` boolean — Resolve Auth0/DB display fields for principals

## Response `200`

Successful Response

- ScopePrincipalsResponse
  - `items` ScopePrincipalGrant[]
    - `kind` 'user' | 'service_account' | 'group' | 'organization', required
    - `id` string, required
    - `role` 'reader' | 'editor' | 'owner' | 'data_reader' | 'data_editor' | 'data_owner', required
    - `displayName` string, nullable
    - `email` string, nullable
    - `picture` string, nullable
    - `inheritance` 'direct' | 'portfolio' | 'platform'
    - `sourceScopeKind` 'platform' | 'portfolio' | 'account' | 'application', nullable
    - `sourceScopeId` 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)
