• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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