to navigate to open Esc to close Search by Algolia

API: Deactivate FileRun user accounts

Available since FileRun 2026.3.0.

Target URL /api.php/Core/!admin/users/deactivate
Required scope admin
HTTP Method POST
Output format JSON

Request Parameters Reference

Parameter Type Required Description
id integer Yes The user ID

A deactivated account can no longer sign in, and the access tokens it holds stop working at once. The account keeps its files and its settings. It can be activated again with the modify endpoint, by sending data[userIsActive]=1.

The request is refused for the superuser account, for the System account, for your own account, for an account which is already deactivated, and for an account you are not allowed to manage.