p38 Can any one point me to an API call that can update a user instead of inserting it? This call "$userId = $userClass->save($myUser, $customFields);" inserts a user and returns an id, but I need a call that will update the user based on a given id?
Remi_Acyba Hi, This function also update a user, the only thing that changes is that the variable need the parameter subid, so if you already have a user ID before this function you need to do that $myUser->subid = $userID;