Skip to main content

Easily Integrate
ADP's WorkforceNow API using Konfig's TypeScript SDK

Need a TypeScript SDK for ADP's WorkforceNow API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { AdpWorkforceNow } from 'adp-workforce-now-typescript-sdk';
const adpWorkforceNow = new AdpWorkforceNow()

Then, send your first request

We made it really easy.

index.ts

// Worker V2 (List with Top 5 and Prevent Cache)
const listTop5PreventCacheResponse = adpWorkforceNow.hr.listTop5PreventCache({
$top: "5"
preventCache: "TIMESTAMP"
$filter: "workers/workAssignments/homeOrganizationalUnits/typeCode/codeValue eq 'Department' and workers/workAssignments/homeOrganizationalUnits/nameCode/codeValue eq '001000'"
})

Enjoy a buttery smooth developer experience with 7 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

ADP

About ADP

Designing better ways to work through cutting-edge products, premium services and exceptional experiences that enable people to reach their full potential. HR, Talent, Time Management, Benefits and Payroll. Informed by data and designed for people.

Keywords

hr
payroll
time_management
benefits
human_capital_management
hr_bpo
payroll_tax_services
talent_management
human_resource_management
benefits_administration
time_attendance
payroll_services
professional_services
erp

Start integrating ADP's WorkforceNow API with Konfig