API User Levels

FarCry

Verified User
Joined
Jun 6, 2003
Messages
280
Location
Perth, Australia
Im just trying to get the usage of my own account, using CMD_API_SHOW_USER_USAGE?user=design ... im logging in as "design" and password is correct using basic authentication.

I keep getting:
You cannot execute that command

Details

The request you've made cannot be executed because it does not exist in your authority level

Ideas?
 
CMD_API_POP?user=design&action=list&domain='+txtDomain.Text works, returning a URL encoded array.. thankgod :)

CMD_API_SHOW_USER_DOMAINS?user='+txtUser.Text does not
 
hehe, i thought it was kinda clever :)

i cleared up my porblem (yes porblem) by parsing the CMD_USER_STATS page... over 555 lines of code so far :eek:
 
You have to be logged in as 'admin' to use CMD_API_SHOW_USER_USAGE and CMD_API_SHOW_USER_DOMAINS, do you not?
 
Back
Top