similar to http://myrrix.com/rest-api/#mostpopularitems, how do i get users with most user-item preferences?
http://myrrix.com/rest-api/#mostpopularitems
You would have to flip your model from user,item to item,user and then call the mostpopularitems method.