TrackRecordPro API Documentation TrackRecordPro

createUsers()

Summary

Method Name

createUsers

Minimum Supported API Version3.0

Password Creation

You cannot set a user's password on creation with this method. use the updatePassword method instead.

createUsers

$result = createUsers($newdata)

Details

This method adds one or more user entries. either an array, or a single object, are acceptable parameters in the $newdata array.

Parameters

$newdataThe new data to apply to the matched records.

Return value

The method returns a status object indicating the number of rows inserted, deleted or added.