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
Features of Working with Access Permissions
The method disk.rights.getTasks returns identifiers for three levels of access:
- read,
- edit,
- full access.
Use these identifiers as the value for the TASK_ID parameter to set permissions when uploading a file. For example, when uploading a file to storage using the method disk.storage.uploadfile or to a folder using the method disk.folder.uploadfile.
Overview of Methods
Scope:
diskWho can execute the method: any user
|
Method |
Description |
|
Returns a list of available access levels |