Disk Access Permissions: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
Access permissions allow sharing the contents of your personal drive with other users, departments, or groups. Permissions can be assigned to the entire drive, as well as to individual folders or files.
Quick Navigation: All Methods
User Documentation: Configure Access Permissions to Personal Drive
How to Start
- Get access levels using disk.rights.getTasks
- Select the required
TASK_ID - Pass
TASK_IDwhen uploading a file or configuring folder access
Features of Working with Access Permissions
The method disk.rights.getTasks returns identifiers for three levels of access:
- read
- edit
- full access
Pass these identifiers as the value of the TASK_ID parameter to set permissions when uploading a file. For example, when uploading a file to storage using disk.storage.uploadFile or to a folder using disk.folder.uploadFile.
Overview of Methods
Scope:
diskWho can execute the method: any user
|
Method |
Description |
|
Returns a list of available access levels |