Build native integrations through our scalable Unified APIs so you can focus on building your product. Available as REST API.
Integrations Marketplace
The #1 integration marketplace solution for SaaS companies. Easily showcase integrations, partners, and apps to your customers.
Sync directory people data with Google Contacts through Apideck's unified API. One integration, instant access.
In Apideck, this resource is called Users (API: users)
List, Get operations available through our unified API
Fields available for Google Contacts Directory People
idusernamefirst_namelast_nametitledepartmentdescriptionimageaddressesphone_numbersemailsupdated_atSample response structure for directory people
{
"id": "12345",
"username": "Example Username",
"first_name": "Example First Name",
"last_name": "Example Last Name",
"title": "Example Title",
"department": "string",
"description": "Example Description",
"image": "string",
"addresses": [
{
"id": "123",
"type": "primary",
"string": "25 Spring Street, Blackburn, VIC 3130",
"name": "HQ US",
"line1": "25 Spring Street",
"line2": "Suite 100",
"city": "Blackburn",
"state": "VIC",
...Start syncing Google Contacts directory people in minutes
import { Apideck } from '@apideck/unify'
const apideck = new Apideck({
apiKey: process.env.APIDECK_API_KEY,
appId: 'YOUR_APP_ID',
consumerId: 'YOUR_CONSUMER_ID'
})
// List directory people from Google Contacts
const result = await apideck.crm.users.list({
serviceId: 'google-contacts'
})
for await (const page of result) {
console.log(page)
}
// Returns unified directory people dataWe build and maintain connectors, so you don't have to. View our full list of CRM connectors.
Missing a connector? We're able to add new connectors.
Build Google Contacts integrations in your favorite language with our official SDKs.
Build Google Contacts integrations with the official Node.js SDK.
Build Google Contacts integrations with the official TypeScript SDK.
Build Google Contacts integrations with the official PHP SDK.
Build Google Contacts integrations with the official .NET.
Build Google Contacts integrations with the official Python SDK.
Build Google Contacts integrations with the official Java SDK.
Build Google Contacts integrations with the official Go SDK.