_setName
Parameters
id
val
Example
FM_api('User_setName', ['id' => '123', 'val' => 'New Name']);Result
On Success
{'ok':1}On Failure
{'error':'This would be the error message.'}Last updated
FM_api('User_setName', ['id' => '123', 'val' => 'New Name']);{'ok':1}{'error':'This would be the error message.'}Last updated