Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79167489/how-t…
How to assign Entra user User.Read.All and Group.Read.All from Graph ...
Microsoft Social Login Approval Required Popup but the context is i'm signing into graph explorer as " [email protected] " and I'm trying to create a specific subscription that needs User.Read.All and Group.Read.All.
Global web icon
microsoft.com
https://techcommunity.microsoft.com/blog/microsoft…
Threat hunting with Microsoft Graph activity logs
In this blog, we’ll explore the recent addition of Microsoft Graph activity logs, which has been made generally available. Microsoft Graph activity logs provides a history of all Microsoft Graph API requests. In this blog, we’ll go over collection and analysis of these logs and share a few detection/hunting ideas.
Global web icon
microsoft.com
https://techcommunity.microsoft.com/blog/microsoft…
Search and Purge using Microsoft Graph eDiscovery API
The Graph Explorer can be accessed via the following link: Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph To start using the Graph Explorer to work with Microsoft Graph eDiscovery APIs you first need to sign in with your admin account.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/62515341/get-a…
Get all Files in a folder using Microsoft Graph API
You can't just list all of the children in the root, because it includes everything (function, files, folders, annotations, enums, etc.) and if there are more than 200 items you won't get a list, you'll get a next link to use to parse through them all. Besides, you want one answer, right? Based on your requirement, the best query is using a root path.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/48229949/get-a…
Get all user properties from Microsoft graph - Stack Overflow
Some customers want to move to the cloud and are using Azure AD. We extended the app to sign users in via owin and now we're fetching users via Microsoft Graph. However from Microsoft Graph we do not get full user profiles. We want to fetch all properties on users, not just the basic ones.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/52531360/how-c…
How can I use Microsoft Graph API to get Application by appId
After reading this document, I found we can get applications by using this API, but seems it doesn't contain all applications like 'Graph explorer', 'Skype Web Experience On Office 365', 'Office.co...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54584746/query…
Querying extensionAttributes in Microsoft Graph API
When I actually used the API I got the data out of the attributes, so it was either an issue with graph explorer or more likely, the scope set in the graph explorer.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/65098336/graph…
Graph Explorer: Need admin approval - Stack Overflow
The application requires one or more permissions which only Global Admin can consent for. There are some permissions for which standard users can provide consent but if the application needs high-level permission with which any changes can be made to the directory, the above message is displayed and only the Global Administrator can consent to those permissions. So you would need to contact ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/53341544/how-c…
How can I change default tenant in Microsoft Graph Explorer
Graph Explorer does "not" currently allow you to change tenant from what I have currently tested, using the methods mentioned. Graph explorer is only working for the tenant your user is defaulted to. In the past I am pretty sure as long as I was an admin/owner on the tenant I could switch. This no longer seems to be the cases.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/45925030/get-e…
Get Extended Properties on User using Microsoft Graph
I am working with Microsoft Graph to manage Azure AD users and am having some trouble accessing extension properties on a User object. The property was added when the user was created using Azure AD Graph API and if you query the user using Azure AD API the extension property is automatically returned with the name “extension_ {appId ...