Hi, I have a couple of questions about users & play history:
- When getting a list of users there seem to be two endpoints I can use:
What is the intent of having two different endpoints and what is the significance of “home” in this context? I notice that the former returns all users whereas the latter returns all users apart from the home admin.
- When getting play history from /status/sessions/history/all I see that in the response, most users have an accountID that matches the id given in the /api/home/users response in (1) above. However, this is not true for home admin user who gets an ID of “1” rather than the ID given in the /api/home/users response. Is there something I am misunderstanding here? What is the reason for the difference in home admin IDs?
Thanks for any help!