DBJoshua

Active Member
Jun 7, 2007
44
0
156
Does the API provide all the same functions as WHM and cPanel do? For example, I don't want to give full root access to some employees, but want them to be able to list accounts / view account ownership per reseller, etc..

Would it be possible with the current API to integrate nearly all / all WHM (and/or cPanel) functions within a custom panel?
 

cPanelDavidG

Technical Product Specialist
Nov 29, 2006
11,212
13
313
Houston, TX
cPanel Access Level
Root Administrator
Does the API provide all the same functions as WHM and cPanel do? For example, I don't want to give full root access to some employees, but want them to be able to list accounts / view account ownership per reseller, etc..
The cPanel APIs (API1 and API2) allow you to trigger virtually every function available in the cPanel interface. Those APIs may be called via the XML-API. As for the WHM interface, that functionality would
accessed directly by the XML-API. At this time, not all WHM functionality is available via the XML-API, but most account management functions are available.

You can find documentation for the XML-API on our website at: http://www.cpanel.net/plugins/xmlapi/index.html

Documentation for API2 is still a work in progress.