googleapis.com

Provides access to information about profiles and contacts.

🔑 oauth2 23 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
List all contact groups owned by the authenticated user. Members of the conta…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://people.googleapis.com/v1/contactGroups
List all "Other contacts", that is contacts that are not in a contact group. …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://people.googleapis.com/v1/otherContacts
Provides information about a person by specifying a resource name. Use `peopl…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://people.googleapis.com/v1/{resourceName}
Endpoints (23 total)
GET
/v1/contactGroups
List all contact groups owned by the authenticated user. Members of the conta…
GET
/v1/otherContacts
List all "Other contacts", that is contacts that are not in a contact group. …
GET
/v1/{resourceName}
Provides information about a person by specifying a resource name. Use `peopl…
GET
/v1/people:batchGet
Provides information about a list of specific people by specifying a list of …
GET
/v1/otherContacts:search
Provides a list of contacts in the authenticated user's other contacts that m…
GET
/v1/people:searchContacts
Provides a list of contacts in the authenticated user's grouped contacts that…
GET
/v1/contactGroups:batchGet
Get a list of contact groups owned by the authenticated user by specifying a …
GET
/v1/people:listDirectoryPeople
Provides a list of domain profiles and domain contacts in the authenticated u…
GET
/v1/{resourceName}/connections
Provides a list of the authenticated user's contacts. Sync tokens expire 7 da…
GET
/v1/people:searchDirectoryPeople
Provides a list of domain profiles and domain contacts in the authenticated u…
POST
/v1/contactGroups
Create a new contact group owned by the authenticated user. Created contact g…
POST
/v1/people:createContact
Create a new contact and return the person resource for that contact. The req…
At a glance
Total SDKs10
Languages6
Endpoints23
Authoauth2
Categories2
https://people.googleapis.com