_activate

Activates the specific User.

Parameters

id

The ID of the User to be activated.

Example

FM_api('User_activate', ['id' => '123']);

Result

Nothing.

Last updated