_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
Activates the specific User.
The ID of the User to be activated.
FM_api('User_activate', ['id' => '123']);
Nothing.
Last updated