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.

📘

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

📘

See the Collaborator section overview for details about how folder and document access to groups and users are inherited and interact with each other to become a user's effective access to a folder or document.


Valid Authentication Methods

API Key Grants:

  • FolderEdit

OAuth 2.0 User Token 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