Hi Stacey, The Provisioning API only allows searching by username (prefix). It doesn't allow for searching by familyName or givenName.
If the Provisioning API is using too much memory or timing out, you might want to consider using the Reporting API "accounts" report. It's faster, but the data is 1-2 days old, since the reports are refreshed daily. http://code.google.com/apis/apps/reporting/google_apps_reporting_api.html -alex On Apr 23, 11:56 am, scoperesolution <[EMAIL PROTECTED]> wrote: > I am trying to retrieve a list of all of the users in my domain (just > around 17,000) but if I use the retrieveAllUsers() it errors out due > to size of the memory the script can use (currently at 128m) so I am > able to pull the first 100 users by using getUserFeed() but I need to > be able to get all of them, is there an easy way to pull all 17,000 > accounts? > > Or is there a way to search the domain and list the accounts who's > familyName equals a search value? > > Please help. > > Thanks, > Stacey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
