• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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