This document describes the tools available in the box_tools_collaboration module for managing collaborations on Box files and folders.
List all collaborations on a specific file.
- Arguments:
ctx: Request contextfile_id: ID of the Box file
List all collaborations on a specific folder.
- Arguments:
ctx: Request contextfolder_id: ID of the Box folder
Delete a specific collaboration.
- Arguments:
ctx: Request contextcollaboration_id: ID of the collaboration
Add a group as a collaborator to a file.
- Arguments:
ctx: Request contextfile_id: ID of the Box filegroup_id: ID of the grouprole: Collaboration role (default: "editor")
...and more tools for user/group collaboration management. Refer to the source for additional functions.
Refer to src/tools/box_tools_collaboration.py for implementation details.