Getting the Skype for business status without any api
If you use an Skype for Business onprem server and you want to get the status of all users easily use this database script on your \RTCLOCAL table. SELECT LOWER(UserAtHost) AS UserAtHost, Status= CASE WHEN Availability BETWEEN 0 AND 2999 THEN Availability WHEN Availability BETWEEN 3000 AND 4499 THEN 'Available'...