Reputation: 554
I am currently working on a project that involves the google apps provisioning api.
Without getting too detailed about the purpose or inner workings of the project, I would like to ask a very simple question:
Is there a way to programmatically create a google apps for business domain (especially as a reseller)?
After tooling around the provisioning api for a while all i could find are ways to add and remove users but nothing pertaining to whole domains.
Upvotes: 1
Views: 686
Reputation: 15004
There is an API only available to Google Apps Resellers, if you are one of them you should get access to it.
Upvotes: 1
Reputation: 42333
I don't know if what you're trying to do is possible, but there are lots of APIs for Google Apps stuff. This may be of some use:
The Provisioning API provides a mechanism to programmatically create and manage Google Apps user accounts with one or more domains, nicknames, email aliases,organization units, and groups. Using this API you can minimize disruption to your organization's current processes by synchronizing user data between Google Apps and your existing user management system.
More info here:
http://code.google.com/googleapps/docs/#domain
Upvotes: 0