Sets the email of the User.
The ID of the User.
The new email of the User.
FM_api('User_setEmail', ['id' => '123', 'val' => 'user@domain.extension']);
{'ok':1}
{'error':'This would be the error message'}
Last updated 4 months ago