How Can I Use Graph API Explorer ( PUT and PATCH) to update photo users (jpeg or image Base64 )? I do not understand what mean by manual "Binary data for the image"
I am not a developer but i have been trying to understand what IPi's should be use to create/delete or update a user in Azure Active directory. I would appreciate if anyone is able to help.
This can be eaisly acheived by querying the below mentioned endpoint. graph.microsoft.com/beta/deviceManagement/manageddevices('b987d825-725e-4893-85f1-6873d7be3d2f') Permission Required - DeviceManagementManagedDevices.Read.All Just replace the last guid with Intune Device id, which can be found on "endpoint.microsoft.com" Also if you want to query Azure AD device then use the below mentioned endpoint and replace the guid with Object id of the device graph.microsoft.com/beta/devices/405c685b-c1e3-4535-ad32-89ebd9027c04 Permission Required - Directory.Read.All
@@ConceptsWork Thankyou for your time. Yes i am aware of /devicemanagement & /device (respective permission under Graph API)but i want to know specifically what "get_device_compliance" under Intune does & which REST API i have to use when i enable this permission. There are many VPN/Wireless vendor who uses this like support.arubanetworks.com/Documentation/tabid/77/DMXModule/512/Command/Core_Download/Default.aspx?EntryId=31271