Customers who sync the GET /v0/people endpoint into their data warehouses have no way to recover missed syncs, as the endpoint only returns the current state of the roster with no date filtering.
Two solutions have been requested:
An as_of date parameter on the existing People endpoint (e.g. GET /v0/people?as_of=2026-06-13) to retrieve a point-in-time snapshot
A dedicated change-log/history endpoint for the People API that returns roster changes over a specified time range, similar to the agent-state edit-history endpoint
This would allow customers to backfill missed syncs and maintain accurate historical workforce data in their internal systems.