Google Workspace
Org Units

Google Workspace Org Units API

Sync org units data with Google Workspace through Apideck's unified API. One integration, instant access.

In Apideck, this resource is called Departments (API: departments)

Supported Operations for Google Workspace Org Units

List operation available through our unified API

list
get
create
update
delete

Quick Start Example

Start syncing Google Workspace org units 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 org units from Google Workspace
const result = await apideck.hris.departments.list({
  serviceId: 'google-workspace'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified org units data

Google Workspace SDKs

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

Launch accounting integrations in weeks, not months

Sign Up