These docs are for v1.0. Click to read the latest docs for v1.2.

Get Document User Collaborator

Gets information about the user's collaboration access to the provided document. It supports only User token type.

Path Params
uuid
required

ID of the document.

number
required

ID of the user to retrieve collaborator settings for.

Headers
string
required
Defaults to 1

The API version used in the request.

Responses

403

Forbidden if the app making the request does not have permission to the document, or if the document has been deleted, or does not exist.

404

Not Found when a user with the specified ID can not be found or does not have collaborator access to the document.

Language
Credentials