There is no such feature, you should use an intermediate table to map users to records, and then use views to join the table and intermediate table so you can use User ID Security to the views.
You mean to start before to change the column of ReportsTo on Users table from int to sting which allow to add multiple ids with coma separated values?