---
title: "List permissions for a Pack"
method: GET
path: "/packs/{packId}/permissions"
tags: ["Packs"]
---

# List permissions for a Pack

`GET /packs/{packId}/permissions`

Get user, workspace, and/or global permissions for a given Pack.

## Path parameters

- `packId` integer, required

## Response `200`

List of Pack permissions.

- PackPermissionList — List of Pack permissions.
  - `items` PackPermission[], required
    - `id` string, required — Id for the Permission
    - `principal` union, required — Metadata about a Pack principal.
      - object
        - `type` 'user', required
        - `email` string, required
      - object
        - `type` 'workspace', required
        - `workspaceId` string, required
      - object
        - `type` 'worldwide', required
      - object
        - `type` 'nomosOrganization', required
        - `nomosOrganizationId` string, required
      - object
        - `type` 'group', required
        - `groupId` string, required
        - `groupName` string
      - object
        - `type` 'grammarlyInstitution', required
        - `grammarlyInstitutionId` integer, required
    - `access` 'none' | 'view' | 'test' | 'edit' | 'admin', required
  - `permissionUsers` UserSummary[], required
    - `name` string, required — Name of the user.
    - `loginId` string, required — Email address of the user.
    - `type` 'user', required — The type of this resource.
    - `pictureLink` string, url — Browser-friendly link to the user's avatar image.

## Other responses

- `400` — The request parameters did not conform to expectations.
- `401` — The API token is invalid or has expired.
- `403` — The API token does not grant access to this resource.
- `404` — The resource could not be located with the current API token.
- `429` — The client has sent too many requests.

---

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