Documents
Add a document user
This method allows you to add a user membership to the specified document.
post/documents.add_user
Request body
Response
OK
Example response
{
"data": {
"users": [
{
"name": "Jane Doe"
}
]
}
}