.pdf)
WHM Plugins
listresellers function from within your custom script:
/xml-api/listresellers function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/xml-api/listresellers
listresellers function from within your custom script:
/json-api/listresellers function call name, plus the required variables (see below), to a URL which includes the address of your server.
example.com, you would include the following string in your script: https://example.com:2087/json-api/listresellers
listresellers function. https://example.com:2087/xml-api/listresellers in WebHost Manager will produce output similar to:
<listresellers> <reseller>john</reseller> <reseller>mary</reseller> <reseller>tom</reseller> <reseller>jane</reseller> </listresellers>
https://example.com:2087/json-api/listresellers in WebHost Manager will produce output similar to:
{
"reseller":[
"john",
"mary",
"tom",
"jane",
"bill"
]
}
Copyright © cPanel 2000–2011.