For the complete documentation index, see llms.txt. This page is also available as Markdown.

_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