User Retrieve

We have these two APIs to pull users based on these filters

https://bizmerlinhr.readme.io/reference/getusersalldetailslistusingget

 

https://bizmerlinhr.readme.io/reference/getusersbasicdetailslistusingget

 
You can fetch the users using the following API filters

https://acmecompany.bizmerlin.net/rm/api/users?endDateAfter=2022-08-22&status=A

 

https://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.