Content
24 questions with Microsoft Graph Corporate Management API tags
Need to get Intune device's primary UPN using microsoft graph, rather then enrolled upn
Hello, I'm setting up a report using microsoft graph via powershell to return device data where we can compare primary user and last logged on user. At the minute, using…
what is rate limit for MS teams java bdk
what is rate limit for MS teams java bdk. We are getting error, when we hit 50 request per sec. Caused by: java.util.concurrent.CompletionException: com.microsoft.bot.connector.rest.ErrorResponseException: replyToActivity at…

Microsoft Graph Api - Device Action Results for Managed Devices is not being returned correctly.
First Case : When I'm trying to retrieve deviceActionResults info for all device then it is showing blank/null . GET https://graph.microsoft.com/beta/deviceManagement/manageddevices?$select=deviceActionResults { …
programming using memory runtime error
on programming languages even c or pascal, i have the problem, that if i getmem than i get a pointer somewhere, but if i write values to the followings segm:0 and segm:1, there will be a runtime error. how i can getmem more than 65kByte?
Microsoft Graph Api - Physical Memory Info for Managed Devices is not being returned correctly.
Hi Hope you guys are doing great. I was using micro-soft graph api to retrieve information from Intune. But I am unable to get the physical memory information. It always returns 0 while using…
External collaboration settings using graph api
Looking for graph api post uri to Allow or block invitations to B2B users from specific organizations https://graph.microsoft.com/beta/legacy/policies provides the list of domains added. Looking for an option to update the B2BManagementPolicy…
How to upload msi/exe via Microsoft Graph API
Hi, I want to create Windows App of type "line of business" via Microsoft Graph API. Find "create app" API (link below), but didn't find how to upload file (MSI/EXE) …
Unable to get Cloud PCs for a user from Graph beta API
Describe the bug I am trying to get a list of Cloud PCs that my user account has access to via the beta Graph API. I am trying in both code and via the Graph API Explorer, however, I am getting the same error on both: Access is denied to the…

Graph authorization error
I want to add a Trusted location in the Azure Conditional policies with MS Graph. I have the next powerrshell script. The $body is converted to JSON, and the converted JSON works just fine in the MS Graph explorer, just as expected. $body = @{ …

v1.0 REST API does not work for intune audit events
v1.0 REST API does not work for Intune device audit events. only beta works, but the model between v1.0 and beta is different. That API is not available in graph sdk 3.2.0. So what's the correct way to request v1.0 for this API?
How to get device compliance policies for each device OR devices assigned for specific compliance policy?
How to get device compliance policies for each device or devices assigned for specific compliance policy? I need this information from Graph API to create customized report from dev perspective. Is below API the correct direction? However, this…
setMobileDeviceManagementAuthority BadRequest
Attempting to change my MDM authority from SCCM. Running this: https://graph.microsoft.com/v1.0/organization/{MyOrgID}/setMobileDeviceManagementAuthority Getting This in response: { "error": { "code": "BadRequest", …
Device compliance in Endpoint - System account
Good afternoon everyone, Even if the System account doesn't affect the overall device compliance, I would like to remove the reference from my ADD Joined devices. Is it possible to do it? If it is, how should I proceed? Thanks for your time…
Not able to send wipe request with json parameter
We see 400 errors while using java SDK to send wipe request. After trouble shooting in microsoftgraph/msgraph-sdk-java#796, We found this wipe REST API has issues with json request. I used the following code to send the same request via okhttpclient …
GET detectedApps with appid does not return expected info in each field
I expect Get /deviceManagement/detectedApps/{appid} should return the same value of that appid under List: /deviceManagement/detectedApps/ However, when I do list, I see { "oDataType": null, "id":…
Problem with 'list all web apps' and 'list all mobile apps' query
Query: https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps Response: { "error": { "code": "UnknownError", "message":…

Is it possible to get programmatic access to ACCOUNT billing info?
I've been searching through the documentation for APIs that can fetch billing information for the account such as renewal date, amount etc Do such APIs exist? Looking to fetch these details on the admin center ui page via APIs programmatically. …

Graph API Bad Request No OData route exists that match template
I want to query the resource /windowsProtectionState. To do this, I first request the resources /deviceManagementScript and /deviceManagementScriptDeviceState to get the id of each and then make the following GET call with it: …
Microsoft Graph Authenication toke for compay account
Hi, My company account does not allow to access Azure Active Directory and so I am not able to register new application for authorization token for using Microsoft Graph API's. Whereas, I can access my company onedrive (using company login) on…
Internal Server error retrieving profileCardProperties
Using Graph Explorer, I am getting the following error when querying: GET https://graph.microsoft.com/beta/organization/[tenantID]/settings/profileCardProperties Internal Server Error - 500 - 146ms { "error": { "code":…