I'm trying to create a MySQL user through the XML-API, and it says that it was made successfully, but whenever I check the cPanel, nothing shows up. It also says it was successful in adding the 'created' user to the database, but that doesn't show up, either.
I'm using the following url (for creating the user):
And I get the this as a result:
I'm not really sure how to continue at the moment.... Any ideas about why it isn't working?
I'm using the following url (for creating the user):
Code:
/xml-api/cpanel?user=******&cpanel_xmlapi_module=Mysql&cpanel_xmlapi_func=adduser&cpanel_xmlapi_apiversion=1&arg-0=commoninformationuser&arg-1=*********
Code:
<?xml version="1.0" ?>
<cpanelresult><module>Mysql</module><func>adduser</func><type>event</type><source>internal</source><apiversion>1</apiversion><data><result></result></data> <event>
<result>1</result>
</event>
</cpanelresult>