Assign account owner during account creation process
Open Discussion
As a Server Administrator, I want to be able to assign account owner during account creation process, so that I can create accounts for resellers to own.
It would be appreciated if during the account creation process the account owner could also be assigned. This isn't to make a user own their own account but to appropriately file this account into being owned by a particular reseller account.
This is a feature that has been migrated over from the cPanel Forums. All previous comments and discussions concerning this feature can be located at:
any update regard this? i see this case still donot resloved
any update regard this? i see this case still donot resloved
It would be nice to see this added. I imagine it would be super easy to do too.
It would be nice to see this added. I imagine it would be super easy to do too.
Both the command line script (scripts/wwwacct) and the API allow you to specify the account owner. With the command line script, it's the 16th argument to wwwacct (yeah, sorry about that).
With the API it's the 'owner' parameter to the createacct function. Here is a simple example:
It appears that parameter is not documented. We'll get that fixed.
Do either of these satisfy your needs?
Both the command line script (scripts/wwwacct) and the API allow you to specify the account owner. With the command line script, it's the 16th argument to wwwacct (yeah, sorry about that).
With the API it's the 'owner' parameter to the createacct function. Here is a simple example:
It appears that parameter is not documented. We'll get that fixed.
Do either of these satisfy your needs?
Replies have been locked on this page!