Zoho People
Departments

Zoho People Departments API

Sync departments data with Zoho People through Apideck's unified API. One integration, instant access.

Quick Start Example

Start syncing Zoho People departments in minutes

Node.js
import { Apideck } from '@apideck/node'

const apideck = new Apideck({
  apiKey: 'YOUR_API_KEY',
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List departments from Zoho People
const response = await apideck.hris.departmentsAll({
  serviceId: 'zoho-people'
})

console.log(response.data)
// Returns unified departments data

Zoho People SDKs

Build Zoho People integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up