ADP
Read ADP Workforce Now workers and pay statements via the ADP HR & Payroll REST APIs.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
list_workersget_workerlist_pay_statementsget_pay_statement
Inputs
operation(required) — One of: list_workers, get_worker, list_pay_statements, get_pay_statementaoid— Associate OID of the worker — required for get_worker, list_pay_statements, get_pay_statement.payStatementId— Pay statement id — required for get_pay_statement.query— Optional query params as a JSON object string, e.g. {"$top": 20, "$skip": 0}.body— Request body as a JSON object string (unused by the read operations).
Example
operation: list_workers