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

List Folder User Collaborators

Lists all users that have direct collaborator access to a given folder. A user having access to a folder through one of the folder's ancestors will not be shown through this API. This endpoint is paginated. For more information, see Pagination. It supports only User token type.

Valid Access Token Types

User

Valid Access Scopes

folder

folder:readonly

📘

See Pagination for optional pagination parameters.

Path Params
number
required

ID of the folder.

Headers
string
required
Defaults to 1

The API version used in the request.

Responses

403

Forbidden if the token does not have permission to the folder, or if the folder has been deleted or does not exist.

Language
Credentials