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 .


Valid Authentication Methods

API Key Grants:

  • FolderRead

OAuth 2.0 User Token Scopes:

  • folder
  • folder:readonly

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