Returns all users and groups with access to a document in a single paginated call.
The response includes a list of principal objects, where each entry represents a distinct access grant with its own role and settings. A principal may appear twice in the response if they have both direct access and folder-based access to the same document.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The document identifier. To retrieve the ID, navigate to File > Document settings in the document and then click Settings. The Identifier field contains the document ID.
Number of results per page (1-100).
1 <= x <= 100Pagination cursor from a previous response's pageInfo.nextCursor.
Field to sort results by.
name, email, role Sort order.
asc, desc Filter by how access was granted:
direct — Only principals with explicit document permissionsfolder — Only principals with inherited folder permissionsdirect, folder Filter by principal type:
user — Only individual usersuserGroup — Only user groupsuser, userGroup