IRIS Cascade HR
Employees

IRIS Cascade HR Employees API

Sync employees data with IRIS Cascade HR through Apideck's unified API. One integration, instant access.

Supported Operations for IRIS Cascade HR Employees

List, Create, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

36 fields

Fields available for IRIS Cascade HR Employees

idfirst_namelast_namedisplay_namepreferred_nameinitialssalutationtitlemarital_statusdivisiondivision_iddepartmentdepartment_iddepartment_nameteam+21 more

API Model Preview

Sample response structure for employees

{
  "id": "12345",
  "first_name": "Example First Name",
  "last_name": "Example Last Name",
  "display_name": "Example Display Name",
  "preferred_name": "Example Preferred Name",
  "initials": "string",
  "salutation": "string",
  "title": "Example Title",
  "marital_status": "active",
  "division": "string",
  "division_id": "12345",
  "department": "string",
  "department_id": "12345",
  "department_name": "Example Department Name",
  "team": "string",
  "company_id": "12345",
  "company_nam
  ...

Quick Start Example

Start syncing IRIS Cascade HR employees 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 employees from IRIS Cascade HR
const result = await apideck.hris.employees.list({
  serviceId: 'cascade-hr'
})

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

IRIS Cascade HR SDKs

Build IRIS Cascade HR integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up