Questions tagged [google-people-api]

The People API lets you list and manage the authenticated user's Contacts and retrieve profile information for authenticated users and their contacts.

The people information that the People API retrieves is merged from various sources, depending on the following conditions:

  • Public Google profile data Always.
  • Google Apps domain profile data The domain admin has enabled external contact and profile sharing of domain-scoped data.
  • The authenticated user's private profile information One of the profile scopes has been granted.
  • The authenticated user's contacts The contacts scope has been granted.
528 questions
-1
votes
1 answer

Is it possible to access and create external G Suite domain contacts using People API?

I know it's possible to do it with Google Domain Shared Contacts API. What about People API?
-1
votes
1 answer

Google People API - get listPeopleConnections

I have a problem with the Google API PHP. I need to get all the contacts of a user in my application. I use the official lib https://github.com/googleapis/google-api-php-client. My code, inspired from:…
-1
votes
1 answer

Describe api for google people contact/gmail contact using client library

I want details about fields of gmail contact. Using that, i want to create a form a like what is being shown in gmail contact creation page . I could get describe for salesforce contact. i need same for google contact. i give a sample format for…
Prabhu
  • 783
  • 2
  • 10
  • 35
1 2 3
35
36