Simulate new user in each iteration

How can we simulate new user in each iteration? for eg: if we want to run 10 users for 1 hr, each time a new loop is starting, it should start as new user

If you are running one user for an hour, assuming that the definition of that user scenario includes a loop, just put the feeder that provides the user’s login information inside the loop, so that with each iteration of the loop it uses a different user.