Change package
This endpoint changes the package of the vPanel user account associated with provided information.
HTTP Endpoint
Parameters
user is the username you provided when creating the user account using
createacct.php. This is not the vPanel username
(hname_12345678).
| Parameter | Required | Type |
|---|---|---|
user | Yes | string |
pkg | Yes | string |
Usage
Your package name must be fully lowercase since otherwise the user
will get the Client is not allocated to a package package which has the
maximum resources.
Response
Response
<changepackage>
<result>
<rawout>
</rawout>
<status>1</status>
<statusmsg>Account Upgrade/Downgrade Complete for asdfasdf</statusmsg>
</result>
</changepackage>Related pages:
Last updated on