GET
/
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
  }
]