Sure thing, Brandon. To be clear, the approach I described is a
workaround to having to use paginated responses. If you tag the profile
as you check the user, you can use that tag as a filter on the search
module of your scenario so it only looks for users who haven't been
tagged/checked. So the first run will be limited to your first 2,000
users, but the next time you run it, the search module will skip those
users and move on to the next 2,000, and so on.