Relative Content

Tag Archive for microsoft-graph-intune

Issue with Graph API permission

I’m currently working on a script that sends a custom notification to a company portal via Microsoft Graph API. I am using the Graph Explorer to test the API request to https://graph.microsoft.com/beta/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.sendCustomNotificationToCompanyPortal. Despite having already granted the necessary permissions, as confirmed by Microsoft’s documentation heretext, which states that only two permissions are required, I am still encountering a “403 Forbidden” error.