* Previously, only active users could be assigned
* However, the API includes an awaySides key if at least one of the
users is away. We can get the ids for away users from there
* Now, we can directly ask the API which side it thinks the user is on,
and it can return 'away'
Warning:
This change adds two additional API calls
Fixes lukas-clarke/eight_sleep#34