Get Folder User Collaborator

Get information about a user's 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.

Valid Authentication Methods

API Key Grants:

  • FolderRead

OAuth 2.0 User Token Scopes:

  • folder:readonly

Path Params
number
required

ID of the folder.

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 folder, or if the folder has been deleted, or does not exist.

404

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

Language
Credentials