---
title: "List document access principals"
method: GET
path: "/api/v1/documents/{identifier}/access-list"
tags: ["Documents"]
---

# List document access principals

`GET /api/v1/documents/{identifier}/access-list`

## Path parameters

- `identifier` string, required — Document identifier (either document ID or identifier slug)

## Query parameters

- `cursor` string — Cursor for pagination (from previous response nextCursor)
- `pageSize` integer — Number of results per page (1-100, integer)
- `sortDirection` 'asc' | 'desc' — Sort direction (default: asc)
- `sortField` string — Field to sort results by
- `accessSource` 'direct' | 'folder' — Filter by access source: direct or folder
- `type` 'user' | 'userGroup' — Filter by principal type: user or userGroup

## Response `200`

List of users and groups with access

- DocumentsAccessListResponse
  - `pageInfo` object, required — Pagination information
    - `hasNextPage` boolean, required — Whether more results are available
    - `nextCursor` string, nullable, required — Cursor for fetching the next page
    - `pageSize` number, required — Number of results per page
    - `totalRecords` number, required — Total number of records matching the query
  - `principals` unknown[], required — List of users and groups with access
    - unknown

## Other responses

- `401` — Authentication required
- `403` — Permission denied - VIEWER role required
- `404` — Document not found

---

[API](https://skmtc.net/omniapp/apis/omni-api.md) · [All operations](https://skmtc.net/omniapp/apis/omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/omniapp/omni-api/versions/4701f292c621/schema)
