I was wondering what the standard way is in order for plugins to access the discourse user store, for example you want to display the avatar or other general information about a certain user.
var storeMain = api.container.lookup('store:main');
var users = storeMain.find('user');