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?
1
votes
Check this SO question.
– KENdi
@KENdi I had already looked through that. The field list of ContactGroupMembership (developers.google.com/people/api/rest/v1/…) only has the contactGroupId.
– rulz
1 Answers
0
votes
You can retrieve a contact group name by using the newly released contact group endpoints: https://developers.google.com/people/api/rest/v1/contactGroups