Get Deletedusers
GET/api/users/getdeletedusers/:deletedOnOrAfter
Tier: Internal — subject to change without notice.
Returns the ids of users soft-deleted on or after a given instant, for sync purposes.
Scoped to the caller's own organisation. The action name and route both use lowercase users (GetDeletedusers / getdeletedusers) — a naming quirk, not a routing bug.
Request
Responses
- 200
- 400
- 401
An array of deleted user System.Guid ids.
A service-level failure occurred.
Caller is not authenticated.