PipedreamHQ / PipedreamHQ/pipedream
Add additional ADP Workforce Now actions
Open
enhancement
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
## Summary
PR #20527 adds three read-only ADP WFN actions (Get Worker, Get Workers, Get Worker Demographics). This issue tracks one additional action covered by the same canonical scopes.
## Suggested Action
| Action | Endpoint | Use Case |
|--------|----------|----------|
| List Worker Demographics | `GET /hr/v2/worker-demographics` | Retrieve demographics for all workers (the PR only covers single-worker lookup by `{aoid}`) |
## Notes
- Work assignment data (job title, department, manager) and custom fields are already returned as part of the `GET /hr/v2/workers/{aoid}` response — no separate actions needed.
Contributor guide
Assessment
This issue has not been assessed yet.