box_folder_set_collaboration_tool
Configure folder collaboration settings in Box to control invitation permissions, collaborator visibility, and enterprise access restrictions.
Instructions
Sets collaboration settings for a folder in Box. Args: ctx: Context: The context containing Box client information. folder_id (str): ID of the folder to set collaboration settings for. can_non_owners_invite (bool): Specifies if users who are not the owner of the folder can invite new collaborators to the folder. can_non_owners_view_collaborators (bool): Restricts collaborators who are not the owner of this folder from viewing other collaborations on this folder. is_collaboration_restricted_to_enterprise (bool): Specifies if new invites to this folder are restricted to users within the enterprise. This does not affect existing collaborations. Returns: dict[str, Any]: Dictionary containing the updated folder object or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| can_non_owners_invite | Yes | ||
| can_non_owners_view_collaborators | Yes | ||
| is_collaboration_restricted_to_enterprise | Yes |