get http://localhost:5000/myinstance1/users
List of users should be returned from this API in a deterministic order. Deterministic order is desired if we decide to use pagination.
Anticipated load – Moveworks will call this endpoint to ingest users, polling would be as frequent as every 4 hours, could be even more aggressive in extenuating circumstances and it could be as seldom as 2 weeks. We recommend a rate limit of 10 req/sec for this endpoint.