to navigate to open Esc to close Search by Algolia

FileRun 2026.3, API changes

This page lists the API endpoints added and changed since FileRun 2026.2.1. For the changes introduced with FileRun 2026.1.0, see the migration guide.

Version 2026.3.0

New scope: comments

The file comments endpoints require the new comments scope. Request it together with the other scopes when obtaining the access token.

New endpoints

Endpoint Documentation
/api.php/Drive/files/lock Locking files
/api.php/Drive/files/unlock Locking files
/api.php/Drive/files/comments/list File comments
/api.php/Drive/files/comments/add File comments
/api.php/Drive/files/comments/delete File comments
/api.php/Drive/files/tags/list Listing tags
/api.php/Drive/files/tags/remove Removing tags
/api.php/Drive/files/trash/item/restore Managing the trash
/api.php/Drive/files/trash/item/delete Managing the trash
/api.php/Drive/files/trash/empty Managing the trash
/api.php/Core/!admin/users/deactivate Deactivate FileRun user accounts
/api.php/Core/!admin/groups/search Managing groups
/api.php/Core/!admin/groups/info Managing groups
/api.php/Core/!admin/groups/add Managing groups
/api.php/Core/!admin/groups/edit Managing groups
/api.php/Core/!admin/groups/delete Managing groups
/api.php/Core/!admin/groups/add_users Managing groups
/api.php/Core/!admin/groups/remove_user Managing groups
/api.php/Core/!admin/roles/info Managing roles
/api.php/Core/!admin/roles/add Managing roles
/api.php/Core/!admin/roles/edit Managing roles
/api.php/Core/!admin/roles/delete Managing roles

Changed endpoints

/api.php/Drive/files/delete

/api.php/Drive/files/metadata/fields

/api.php/Core/account/info

/api.php/Core/!admin/users/add and /api.php/Core/!admin/users/edit

/api.php/Core/!admin/users/info

/api.php/Core/!admin/users/edit_groups

/api.php/Core/!admin/users/!super/app_password

/api.php/Core/users/search

Removed: /api.php/Core/account/password

Version 2026.3.1

New endpoint: /api.php/Drive/files/copy

/api.php/Drive/files/move

/api.php/Drive/files/extract and /api.php/Drive/files/zip

Permission names

The permission "User can make changes to files and folders" (perms[changes] on the user and role endpoints, readonly in the stored records) is split into five permissions:

Name Meaning
edit_files Edit existing files, including managing their previous versions
rename_move_delete Rename, move and delete files and folders, including the trash and writing over existing files
collections Create and manage collections and photo albums
starring Star files and folders
write_metadata Change tags, ratings and other metadata