We have these two APIs to pull users based on these filtershttps://bizmerlinhr.readme.io/reference/getusersalldetailslistusinggethttps://bizmerlinhr.readme.io/reference/getusersbasicdetailslistusinggetYou can fetch the users using the following API filtershttps://acmecompany.bizmerlin.net/rm/api/users?endDateAfter=2022-08-22&status=Ahttps://acmecompany.bizmerlin.net/rm/api/users/basic?endDateAfter=2022-08-22&status=A
You can of course change the date combinations, such as startDateBefore and endDateBefore and startDateAfter, endDateAfter etc.
The 3 status filters are A, I, F A is for Active, I is for inactive (terminated), and F is for future users.