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"
}
]
}
}Changes
Changed in 2 of the 6 revisions of this API.6
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○