I Am wondering if i can use the Azure Active Directory Graph Api to retrieve information about the user and the specific users devices and device information?
I managed to get som information by doing :
in Fiddler, and also pasting in a Authorization Bearer token in the header. i get some general information but not anything about the devices assigned to the user or the devices id.
Any suggestions?