Reputation: 2854
I want to retrive all the contacts in my organization directory via API. I tried querying using OAuth Playground but I didn't get any group for my "Directory". I want to fetch all the people in my organization.
Upvotes: 1
Views: 1083
Reputation: 2854
I just tested, and
http://code.google.com/googleapps/domain/profiles/developers_gude.html#retrieving_without_query
works fine. Scope should be
https://www.google.com/m8/feeds/profiles
Upvotes: 1