_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