Microsoft Graph Feature Requests
Welcome to the Microsoft Graph UserVoice! Do you have anidea or feature suggestion based on your experience with Microsoft Graph?Please share these with us by submitting your idea below or voting up ideassubmitted by other users. This forum will be directly monitored by theMicrosoft Graph engineering teams who are working on new features every day.
If you have feedback on a specific API service, pleasechoose the corresponding category. Please submit any broad ideas related toMicrosoft Graph or ideas across more than one service to the “General”category.
This site is only for feature suggestions and ideas! If youneed technical help, please go to the Microsoft Graph StackOverflow or if you have a Premier support contract raise a support ticket.
For more information on the Microsoft Graph, please checkout https://graph.microsoft.com .
-
Add manager to list Users graph api
Currently we allow customer to connect to the Azure AD for listing all people in their AD for an up-to-date personell system.
If they need to have the hierarchy in our software as well (who is the manager of who) this is near impossible as you have to retrieve the manager object per user.Please allow an extra attribute to request the manager information when listing users instead of 'per user' basis.
5 votesDue to a bug in v1.0 this is not currently possible. However it is possible in public preview.
Try: GET https://graph.microsoft.com/beta/users?$expand=manager
Hope this helps
-
Support Azure Conditional Access for Microsoft Graph
A lot of Microsoft products does not work as expected due to the fact the Microsoft Graph does not support Azure Conditional Access. Among the applications I can mention is Microsoft Teams, ToDo, etc. that all rely on the Microsoft Graph and breaks to to limited support or no support for Azure Conditional Access.
/Peter Selch Dahl - Azure MVP
37 votesAPIs to manage conditional access policies and named locations are now in Microsoft Graph beta (public preview). Please see https://docs.microsoft.com/graph/api/resources/conditionalaccesspolicy?view=graph-rest-beta and https://docs.microsoft.com/graph/api/resources/namedlocation?view=graph-rest-beta
-
Support Azure AD B2C local account
There is currently no easy way to manage Azure AD B2C local account from a .Net Core app.
Currently the only way to manage B2C local account is with Azure AD Graph API through Microsoft.Azure.ActiveDirectory.GraphClient nuget. But since those projects are deprecated and only maintained for critical issues, they will not be ported to .Net Core.
If you have an ASP.Net Core WebApp or WebApi you need to use the Microsoft Graph .NET Client Library which support .Net Standard 1.1. But as Microsoft Graph API does not support local account, it is useless if your tenant is an Azure AD…
13 votesThis is now in Microsoft Graph beta. Please see the identities property of the user resource https://docs.microsoft.com/graph/api/resources/user?view=graph-rest-beta and the objectIdentity resource type: https://docs.microsoft.com/graph/api/resources/objectidentity?view=graph-rest-beta. You can see an example of creating a user with the identities property here (second example): https://docs.microsoft.com/graph/api/user-post-users?view=graph-rest-beta&tabs=http
We hope to have this in GA by end of 2019 Q4, but it might roll into 2020 Q1.
- Don't see your idea?