export_employees
Read the incremental employee export feed to synchronize employee data across domains. Use continuation tokens to fetch all changes and include recent uncommitted updates when needed.
Instructions
Read the incremental employee export feed for cross-domain bulk synchronization. This is the same feed as people_employees_export; use whichever name is available and do not fetch both. Continue immediately with continueFrom while hasMore is true; when false, retain it and wait before polling again. includeRecentChanges may repeat records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Continuation token or date string for incremental export | |
| includeRecentChanges | No | Include recent changes not yet committed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||