Alagu
Alagu

Reputation: 2854

Google Contacts API for Organization Directory

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.

Google contacts

Upvotes: 1

Views: 1083

Answers (1)

Alagu
Alagu

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

Related Questions