Forum Discussion
harsharnvidia
Apr 01, 2022Copper Contributor
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...
- Apr 11, 2022Unfortunately 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.
Therese_Solimeno
Apr 06, 2022Moderator
- Eric MarsiApr 11, 2022MVPUnfortunately 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.