• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.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