Hi George, Each Google Apps enabled domain allows creation of administrators that can only manage the accounts in that particular domain. The API requests also work with URLs that include the domain name as part of the URL thus making it essential to provide domain name.
You could probably implement a solution by maintaining a properties files to list the domains and administrators. Authorization tokens can be obtained dynamically by looking up administrators for the domain. URLs can also be created dynamically using the same information. But again, no single administrator can manage accounts belonging to multiple domains. -Anirudh On Jul 15, 4:34 pm, George <[EMAIL PROTECTED]> wrote: > Hi guys, > > I have a small problem. The entire API defaults to the management of a > single domain with GMail personalized accounts. > > My problem is that I have several hundred domains i want to include in > the GMail personalized accounts program. Is there a way I can > programatically manage accounts for these domains without manually > entering every single domain in the program ? > > I need a single Google Apps account to have access to all GMail > domains via API requests. > > Thanks, > George --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
