Create/Update Folder Group Collaborator

Grant a group direct collaborator access to a given folder, or update the group's role on the folder.


Valid Authentication Methods

API Key Grants:

  • FolderEdit

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