Update organization-level folder permissions
Set the role every member of the organization holds on a folder, and/or turn AccessBoost on or off for that organization-wide access, without naming individual users or groups. The role cascades to every descendant folder and document, so a single call can re-permission an entire folder tree.
At least one of organizationRole or organizationAccessBoost is required.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The UUID of the folder. Use the List folders endpoint to retrieve folder IDs.
Body
Whether everyone in the organization gets AccessBoost on this folder. Setting this to true requires an organization role that grants access, either sent in the same request or already on the folder; otherwise the request is rejected.
The role every member of the organization holds on the folder. Must be one of NO_ACCESS, VIEWER, EDITOR, or MANAGER. OWNER cannot be granted at the organization level. Pass null to clear the organization role.
NO_ACCESS, VIEWER, EDITOR, MANAGER, OWNER Response
Permission settings updated successfully
Whether the permission settings were updated successfully

