List person ids
GET/people/ids
Every person id the token can see. Requires scope finance.people. Pairs with ?updated_at[gte]= on the listing. The delta reports what changed; this reports what still exists. A delta can never report a disappearance — the row it would have to describe is gone — so an id that stops appearing here is the only signal that something left. Diff this set against your mirror and drop what is missing. Takes no filters: the sweep must cover exactly what the listing shows, and a filter applied here but not to your mirror would read as mass deletion. People are soft-deleted, so a removed person's row survives internally — but it is filtered out of every v1 read, including this one, which makes its absence here the deletion signal.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Live person ids.
Malformed query. This endpoint takes no filters or sort — passing one is a 400.
Missing / invalid / expired / revoked token.
Token lacks the resource read scope, or sub does not match any workspace.
Unhandled server error.