---
title: "List Document User Collaborators"
method: GET
path: "/v1/documents/{id}/shares/users"
tags: ["Documents Collaboration"]
---

# List Document User Collaborators

`GET /v1/documents/{id}/shares/users`

Retrieves information about all collaborators on the provided document. Supports pagination for managing large result sets.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK with an array of Document User Collaborator Resources for the document's collaborators.

- DocumentUserCollaborator[]
  - `documentId` string, uuid, required — Document ID
  - `userId` integer, required — User ID
  - `role` 'owner' | 'editandshare' | 'edit' | 'comment' | 'view', required — The Collaborator Role on the document or folder
  - `created` string, date-time, required — Date and time when the collaboration was created

## Other responses

- `403` — Forbidden if the token does not have permission to the document, or if the document has been deleted or does not exist.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
