_deactivate
Deactivates the specified User.
Parameters
id
The ID of the User to be deactivated.
Example
FM_api('User_deactivate', ['id' => '123']);
Result
Nothing.
Last updated
Deactivates the specified User.
The ID of the User to be deactivated.
FM_api('User_deactivate', ['id' => '123']);
Nothing.
Last updated