change email address for a specific user

santovito

Verified User
Joined
Nov 23, 2008
Messages
143
Hi,

what is the command to change the email address of a user or a reseller?

I try this:

PHP:
$sock->query('/CMD_API_CHANGE_INFO',
	array(
		'email' => '1',
		'evalue' => '[email protected]'
    ));

but this command changes the email address for which you are logged in with the bees. I can login as admin and change the email address of a specific user?


Thank You
 
Last edited:
Help!

I solved using the command CMD_API_MODIFY_USER :)

How did you make it?.. I've been trying for hours and I just get messages like "Error: Document not found", "That user doesn't belongs to you", "You don't have enough privileges" or "User modified" but nothing happens.
Please help!, I really need to be able of modifying an user email with the admin account. TY!.
 
Back
Top