Google Contacts
Directory People

Google Contacts Directory People API

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)

Supported Operations for Google Contacts Directory People

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

12 fields

Fields available for Google Contacts Directory People

idusernamefirst_namelast_nametitledepartmentdescriptionimageaddressesphone_numbersemailsupdated_at

API Model Preview

Sample 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",
  ...

Quick Start Example

Start syncing Google Contacts directory people in minutes

Node.js
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 data

Google Contacts SDKs

Build Google Contacts integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up