Thanks for the ideas. We are using the same random password for each account during each batch. (We use single sign on.)
We automate everything we can in our environment, so uploading a CSV isn't really an option for us. I'm interested in what you're saying about using a token, but I'm afraid I don't quite understand how I'd use one. I'm just using an admin/password rather than an authentication token. In addition, the way we're calling our code, we're connecting to Google's API, performing the function, then the code ends -- we have basically created a .NET Web service function for creating Google users; that function gets called once for each user. I'm not sure if the same token could be used across those separate function calls. On Feb 10, 4:51 pm, NCCFred <[email protected]> wrote: > Another thought, make sure the password you are sending meets the > minimum criteria and doesn't contain invalid char's, etc. > > On Feb 10, 4:48 pm, NCCFred <[email protected]> wrote: > > > > > When you are creating a large number of accounts are you using a token > > or just your admin username/password? I had something similar but > > that was with a CAPTURA issues. > > > I've personally had great luck with using a token with C# > > applications. I also do a lot of bulk account creations and it makes > > life a lot easier to upload a CSV via the Domain Admin Dashboard. > > Once its finished it will email you any errors that it came across via > > the upload, IMO much easier to manage. > > > FYI, my student domain has 22,683 accounts. > > > On Feb 10, 4:44 pm, Patrick <[email protected]> wrote: > > > > By the way, even when it fails and throws that generic exception, > > > often the account is created anyway.- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
