createUsers
Password Creation
You cannot set a user's password on creation with this method. use the updatePassword method instead.
$result = createUsers($newdata)
This method adds one or more user entries. either an array, or a single object, are acceptable parameters in the $newdata array.
The method returns a status object indicating the number of rows inserted, deleted or added.