What API end point is called to show list of users to claim pour for?

Trying to figure out what API end point is called by the Android Tablet to populate the list to claim drinks. I need to debug why its not showing my list of users and the api docs don’t really call out what is used to get the list.

Thanks!

ok so its a GET to /api/users

It wasn’t working for me because a user has an period (.) in his user name. I removed the period and this fixed the issue.

So I am seeing intermittent 502 errors while trying to hit that API. I wonder what’s going on.