Permissions for resellers created with a reseller plan 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 code represents the permission on creating subscriptions:
<permissions>
<permission>
<name>create_domains</name>
<value>true</value>
</permission>
</permissions>
Note: To set up permissions, you should first retrieve permissions descriptor that contains names of permissions. For details, refer to the Managing Subscriptions > Retrieving Descriptor of Permissions section.