Reseller permissions are specified by the permissions node which is presented by clientPerms type (plesk_client.xsd). The permissions node graphical representation is as follows:

plesk_common.xsd).Note: You can specify multiple permission parameters within one permissions node.
The following piece of code represents a permission on creating domains:
<permissions>
<permission>
<name>create_domains</name>
<value>true</value>
</permission>
</permissions>
Note: To manage permissions, you should first retrieve permissions descriptor (for a specified reseller) which contains the permissions names. For details, refer to the Retrieving Descriptor of Permissions section.