This is a catch-all provider — any valid URL under
https://api.adp.com is supported. ADP Workforce Now REST API. Base https://api.adp.com. Common roots: /hr/v2/workers (list), /hr/v2/workers/{aoid} (one worker; {aoid} is the Associate OID), /hr/v2/worker-demographics, /payroll/v1/workers/{aoid}/pay-statements, /time/v2/time-off-requests, /hr/v2/organization-departments. Pagination is OData: skip (offset), plus filter. SSN and date of birth are masked by default. ADP normally requires a mutual-TLS client certificate; Pipedream handles that handshake, so just send the path. Auth is brokered by Pipedream, do not send an Authorization header. This provider is read-only: only GET requests are supported. The endpoints below are curated examples.Endpoints
List workers the connection is authorized to view. Paginate with skip.
GEThttps://api.adp.com/hr/v2/workers?$top=50 — Free
- SDK
- cURL
Get a single worker by Associate OID (aoid).
GEThttps://api.adp.com/hr/v2/workers/{aoid} — Free
- SDK
- cURL
List worker demographics (name, contact, status). Use /hr/v2/worker-demographics/{aoid} for one worker.
GEThttps://api.adp.com/hr/v2/worker-demographics?$top=50 — Free
- SDK
- cURL
List a worker’s pay statements; fetch one with /payroll/v1/workers/{aoid}/pay-statements/{pay-statement-id}.
GEThttps://api.adp.com/payroll/v1/workers/{aoid}/pay-statements — Free
- SDK
- cURL
List time-off requests.
GEThttps://api.adp.com/time/v2/time-off-requests?$top=50 — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests