_new
Last updated
Creates a new User.
The name of the new User.
The email of the new User.
The password of the new User.
FM_api('User_new', ['name' => 'Test User', 'email' => user@domain.extension, 'password' => 'thisisapassword']);{'ok':1,'id':'This would be the ID of the newly created User, e.g 123.'}Last updated
{'error':'This would be the error message.'}