Can you please tell me the complete syntax of this function ? I tried with an user having several privileges but the API only returns one.
Here is the XML result :
My API call is the following
Thanks.
Here is the XML result :
How to use this function to show a full list of privileges ?<cpanelresult>
<apiversion>2</apiversion>
<data>
<ALTER>1</ALTER>
</data>
<func>userdbprivs</func>
<module>MysqlFE</module>
</cpanelresult>
My API call is the following
PHP:
<cpanelaction><module>MysqlFE</module><func>userdbprivs</func><apiversion>2</apiversion><args><user>{$info['user']}</user><db>{$info['db']}</db></args></cpanelaction>