4.16  User Email Update Webservice

You can update the email address of a user by specifying the unique ID

Here are the required parameters

PHP script example

$param = array(
    'admin' => 'LoginAdministrateur',
    'adminpwd' => 'motdepasseAdministrateur',
    'iduser' => '12',
    'newemail' => 'toto@zorro.fr',
);
$results = $sel->call('update_email_with_id', $param);

The webservice returns two parameters


4.15 User Password Update Webservice