• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Add client using client template with API RPC

C

Codelphious

Guest
I've scoured over the API RPC documentation and google for hours but to no avail.


I am aware of how to create a client template using the xml RPC, but is there a similar way to add a client using an existing client template? There must be, of course, but how?

Something like...
Code:
<client>
   <add>
      <client-template>
      TemplateName
      </client-template>
      
      ...

   </add>
</client>

Similarly, I need to add a hosting account to the freshly created client. Is there a way to do this using the domain template in a similar fashion?


Any help would be much appreciated.
 
Back
Top