Forum Discussion

harsharnvidia's avatar
harsharnvidia
Copper Contributor
Apr 01, 2022
Solved

Need APIs for Poly Teams Rooms -Poly phones registered to Teams F.E CCX 500 & C60

We recently migrated to Teams and planning to build an internal tool where we can get monitoring (UP & Down) and Quality metrics for the devices registered to Teams or using Teams.   For this requi...
  • Eric Marsi's avatar
    Eric Marsi
    Apr 11, 2022
    Unfortunately there are no publicly documented APIs available for device management. There are APIs for the Teams Admin Center that can be found from the network tab in Dev Tools (F12) but are not publicly documented. As an example, a GET to the below URL will return all devices in the tenant. Rooms, Phones, ETC. https://admin.devicemgmt.teams.microsoft.com/api/v2/devices

    Call History is one that I personally have not touched before, but I believe that that is part of the Graph API.