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

Create/Update Folder User Collaborator

Update the collaborator role for a user. If the user did not have access to the folder before, they will be granted access and a new Folder User Collaborator Resource will be created. It supports only User token type.

📘

Collaborators cannot be given the role owner, and the role of the folder's owner can not be modified.

Valid Access Token Types

User

Valid Access Scopes

folder

Path Params
number
required

ID of the folder.

number
required

ID of the user whose role to create or modify.

Body Params
string

The Collaborator Role to assign to the user for this folder.

Headers
string
required
Defaults to 1

The API version used in the request.

Responses

201

Created when creating a new Folder User Collaborator. Contains the new Folder User Collaborator Resource.

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