Skip to main content
GET
/
api
/
v0
/
documents
/
{document_id}
/
collaborators
Get document collaborators
curl --request GET \
  --url https://api.example.com/api/v0/documents/{document_id}/collaborators
[
  {
    "id": 123
  }
]

Get document collaborators

Retrieves a list of users who have access to the document.

Path Parameters

integer
required
No description provided

Response

data
object
The response data for this endpoint.
[
  {
    "id": 123
  }
]