Reputation: 1451
How to get all members of a given group?
I am using the google contacts api PHP library.
I can get all contacts, I can get all groups but I can not get contacts who are the members of a given group.
Upvotes: 1
Views: 761
I found the solution
I had to add group={groupId} to the query.