_new
Parameters
name
email
password
Example
FM_api('User_new', ['name' => 'Test User', 'email' => [email protected], 'password' => 'thisisapassword']);Result
On Success
{'ok':1,'id':'This would be the ID of the newly created User, e.g 123.'}On Failure
Last updated