Sets the name of the specified User.
The ID of the User to rename.
The new name of the User.
FM_api('User_setName', ['id' => '123', 'val' => 'New Name']);
{'ok':1}
{'error':'This would be the error message.'}
Last updated 2 years ago