I've been trying several days to change an email address for "x" user but I just can't get through this.
Does anyone knows how to do this?
I've tried the following:
/****************************/
$res=$this->serverConn->query('/CMD_MODIFY_USER',
array(
'user' => 'lalalala01',
'action' => 'update',
'evalue' => '[email protected]',
'email' => '1',
)
);
//The answer is "User Modified" with the "Details" section in blank but
//the email doesn't changes
/*****************************/
/****************************/
$res=$this->serverConn->query('/CMD_CHANGE_INFO',
array(
'domain' => 'lalalala01.com',
'evalue' => '[email protected]',
'email' => '1',
)
);
//The answer is "Error: document not found" and no change is made.
//I also tried setting the "email" field to "Save" but I get the same answer.
//If I use the "/CMD_API_CHANGE_INFO" command with the same
//parameters I get "NULL" as the answer and nothing happens
/****************************/



Help!
Does anyone knows how to do this?
I've tried the following:
/****************************/
$res=$this->serverConn->query('/CMD_MODIFY_USER',
array(
'user' => 'lalalala01',
'action' => 'update',
'evalue' => '[email protected]',
'email' => '1',
)
);
//The answer is "User Modified" with the "Details" section in blank but
//the email doesn't changes
/*****************************/
/****************************/
$res=$this->serverConn->query('/CMD_CHANGE_INFO',
array(
'domain' => 'lalalala01.com',
'evalue' => '[email protected]',
'email' => '1',
)
);
//The answer is "Error: document not found" and no change is made.
//I also tried setting the "email" field to "Save" but I get the same answer.
//If I use the "/CMD_API_CHANGE_INFO" command with the same
//parameters I get "NULL" as the answer and nothing happens
/****************************/



