Skip to Content
šŸŽ‰ Welcome to the new MyOwnFreeHost API Documentation!
Accounts
POSTChange package

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).


ParameterRequiredType
userYesstring
pkgYesstring

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>

Last updated on