使用 Google 人 API 检索联系人组的名称
Retrieving a contact group's name using the Google People API
我正在使用 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 对象。有没有办法在不使用 Google 联系人 API 的情况下获取用户创建的群组的名称和其他详细信息?
您可以使用新发布的联系人组端点检索联系人组名称:https://developers.google.com/people/api/rest/v1/contactGroups
我正在使用 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 对象。有没有办法在不使用 Google 联系人 API 的情况下获取用户创建的群组的名称和其他详细信息?
您可以使用新发布的联系人组端点检索联系人组名称:https://developers.google.com/people/api/rest/v1/contactGroups