Documents
List document memberships
Users with direct membership to a document. To list all users with access to a document use documents.users.
post/documents.memberships
Request body
Example request
{
"id": "hDYep1TPAM"
}Response
OK
Example response
{
"data": {
"users": [
{
"name": "Jane Doe"
}
]
},
"pagination": {
"limit": 25
}
}