API Show all users, not showing all

inferencia

Verified User
Joined
Aug 21, 2005
Messages
677
Location
Spain
$sock->query('/CMD_API_SHOW_ALL_USERS');

Is not showing resellers owned by admin. In other words, I want to receive all users and also all resellers that belong to admin.

How can I do that ? Aren't the main reseller accounts, regular admin owned (creator) users ?
 
Did you find an answer on this ?

Have the same problem.
The user admin is THE DA admin and when I ask for all users I mean all users including the user of my resellers.
 
Yes,

I had to use a different command. Like show all user data or something can't remember, and filter out the data I need. If you can't find it, let me know. Real busy now.
 
Function To get the list of Resellers currently on the server.
Command CMD_API_SHOW_RESELLERS
Method GET or POST
Success Returns url encoded array in list[]
Failure Returns error=1
Form Values:
Name Value

Function To get the list of all the Users currently on the server.
Command CMD_API_SHOW_ALL_USERS
Method GET or POST
Success Returns url encoded array in list[]
Failure Returns error=1
Form Values:
Name Value

Use the list resellers command , thats show all resellers owned by admin
 
Back
Top