Closed damienvanrobaeys closed 2 years ago
Hello damienvanrobaeys
Thank you for reporting your concern. Unfortunately, we in the Graph Explorer team do not have any ownership of the APIs that are causing you issues. If you report this issue in the Microsoft Q&A forum, it will get routed to the appropriate team for them to triage.
Please report issue in the Microsoft Q&A forum.
Hello damienvanrobaeys
Thank you for reporting your concern. Unfortunately, we in the Graph Explorer team do not have any ownership of the APIs that are causing you issues. If you report this issue in the Microsoft Q&A forum, it will get routed to the appropriate team for them to triage.
Hello,
Context I'm trying to run the collect diagnostics device action using graph explorer. See the MS doc link.
When it works ? If I run the action from the portal it works. You can get the resource path and method using the developer mode. This one is the following: https://graph.microsoft.com/beta/deviceManagement/managedDevices('e5bb60c1-be49-44d6-be9a-888a412621b5')/createDeviceLogCollectionRequest
The issue If I copy the same resource path to Graph Explorer with appropriate method, I have the below error: "code": "BadRequest", "message": "{ \"_version\": 3, \"Message\": \"An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000 - Activity ID: 4436d647-461b-53d3-4480-86c16de89eab - Url: https://fef.amsub0202.manage.microsoft.com/DeviceFE/StatelessDeviceFEService/deviceManagement/managedDevices%28%27e5bb60c1-be49-44d6-be9a-888a412621b5%27%29/microsoft.management.services.api.sendCustomNotificationToCompanyPortal?api-version=5020-12-30\", \"CustomApiErrorPhrase\": \"\", \"RetryAfter\": null, \"ErrorSourceService\": \"\", \"HttpHeaders\": \"{}\"}",
If I try using the Microsoft.Graph.intune i have the same issue. However if I copy as powershell from the developer mode it works.
The token is not the same between intune portal and graph explorer. It doesn't use the same client authentication.
Reproduce the issue: