Search code examples
google-api-php-clientgoogle-contacts-api

get contacts in a group google contacts api v3


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.


Solution

  • I found the solution

    I had to add group={groupId} to the query.