I'm using the Google People API to get all the contacts of a user under a Google business domain. I was able to list the contacts and get the list of Person
objects and the contactGroupId
from the ContactGroupMembership object. Is there a way to get the name and other details of a user-created group without having to use the Google Contacts API?
Asked
Active
Viewed 1,980 times
2

HoldOffHunger
- 18,769
- 10
- 104
- 133

rulz
- 23
- 4
-
Check this [SO question.](http://stackoverflow.com/questions/35604406/retrieving-information-about-a-contact-with-google-people-api-java) – KENdi Mar 17 '16 at 07:11
-
@KENdi I had already looked through that. The field list of ContactGroupMembership (https://developers.google.com/people/api/rest/v1/people#contactgroupmembership) only has the contactGroupId. – rulz Mar 17 '16 at 12:44
1 Answers
0
You can retrieve a contact group name by using the newly released contact group endpoints: https://developers.google.com/people/api/rest/v1/contactGroups

Amos Yuen
- 1,420
- 1
- 9
- 19