Hello Julian, Thanks again for your reply. Is it OK if I continue to use the V1.0 api? How do I know when to use V1.0 or V2.0 APIs?
Best Regards, Ruben On May 7, 12:33 pm, "Julian (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > The Provisioning API V2.0 reference: > http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_referenc... > > First you will need to get a Token: > http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_referenc... > > With this token you need to do a HTTP GET to: > https://www.google.com/a/feeds/{domain}/user/2.0 > > With the HTTP headers: > Content-type: application/atom+xml > Authorization: GoogleLogin auth=your-authentication-token > > This will return an atom XML feed with like this: > http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_referenc... > > Julian. > > On May 6, 6:34 pm, rvd5star <[EMAIL PROTECTED]> wrote: > > > Hello Julian, > > > THank you very much for your reply. > > > You mentioned that I need to query V2.0 to retrieve all users without > > the client library. Could you tell me how to do this? > > > THank you very much. > > > Best Regards, > > rvd5star > > > On May 7, 8:41 am, "Julian (Google)" <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Unfortunately retrieve all users is not supported on the Provisioning > > > API V1.0 and we do not have a ruby client for V2.0. > > > > You will need to query V2.0 to retrieve all users without the client > > > library or you can use a different client library (language) for > > > this. > > > > Also, depending on what you need to do, you can use the Reporting API > > > if you only need the user names, this helps if you prefer to parse csv > > > than xml. > > > > Julian. > > > > On May 5, 6:26 pm, rvd5star <[EMAIL PROTECTED]> wrote: > > > > > Hello Guys, > > > > > I've downloaded both Java and Ruby library that support Google > > > > Provisioning API. > > > > They both worked fine only that I noticed in Ruby library, it doesn't > > > > have function > > > > to retrieve all users. I wonder why this function is not supported in > > > > Ruby library > > > > where in Java, it's supported. > > > > > Is there anyway that I can retrieve All users using the Ruby library? > > > > > Thanks for your help. > > > > > Regards, > > > > rvd5star --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
