How to List only the users created by a particular user

WordPress does not save the information about, who created whom. If so, then the most plausible place would be the wp_users table, but as you can see, it is not happening. As you did not find a plugin offering this functionality, you have to create and implement the functionality yourself. How to approach that is on another sheet though.