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

Create/Update Folder Group Collaborator

Grant a group direct collaborator access to a given folder, or update the group's role on the folder. 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. It supports only User token type.

Valid Access Token Types

User

Valid Access Scopes

folder

Path Params
number
required

Folder ID.

number
required

Group ID.

Body Params
string

The Collaborator Role to assign to the group for this 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 or group have been deleted or do not exist.

Language
Credentials