Create Domains

barry

Verified User
Joined
Jan 12, 2004
Messages
21
I see there is an API command to

list domains
list sub-domains
create sub-domains

But there is no api call to create domains, would it be possible to add this to an upcoming release?

-Barry
 
barry said:
I see there is an API command to

list domains
list sub-domains
create sub-domains

But there is no api call to create domains, would it be possible to add this to an upcoming release?

-Barry

What about CMD_API_ACCOUNT_USER when you create a new user account you also create the domain at the same time?
 
But I want to create a second domain on an existing account.
 
Use CMD_DOMAIN

barry said:
But I want to create a second domain on an existing account.

Barry,

I believe CMD_DOMAIN is what you would want to use then.

If you are using the PHP class look at the examples that are posted.

The JAVA class that I have written could be used in the same manner.
 
Back
Top