Help with Search Module limits
Happy New Year!!
I have a scenario where I am connecting to HR data to search for terminated users and deactivate them in WF. The process itself is very simple, but I am running into an issue with the 2000 maximum search limit. We have over 2000 users, so basically the functionality works, but only for the first 2000 users. I am guessing I am missing something silly that will allow me to search all users, but I am not sure what I am missing.
Use Case:
Pull all HR user records and then search WF for user records that do not match and deactivating those users.
Thanks!!