Microsoft Graph
190 TopicsAllow addition of members to mail-enabled security groups via Graph API
Previously one could add members to mail-enabled security groups via Graph API. But turns out that was a bug, and it was fixed some weeks ago removing this functionality. Would it be possible to allow add-remove of members in mail-enabled security groups via Graph API?17KViews199likes47Comments[Application API] Add support for filtering appRoleAssignment by appRoleId
According to this, we can only use filter clauses on Graph for `appRoleAssignment` by resourceId and principalDisplayName. It would be great if we could add support for filtering by appRoleId so as to avoid having to query all the results and filtering them on the client side. This is sourced from List users who have some role from the ServicePrincipal · Issue #990 · microsoftgraph/msgraph-sdk-dotnet (github.com)2.9KViews38likes9CommentsAllow user to create to link for a drive item/file in review mode via MS Graph REST API..
Create link for a file in view and edit modes are available in the existing Microsoft graph api (https://docs.microsoft.com/en-us/graph/api/resources/sharinglink?view=graph-rest-1.0 ). It would be really useful if the create link for review mode can also be added as a new feature. Have posted question in QnA. https://docs.microsoft.com/en-us/answers/questions/774130/is-there-any-rest-api-available-to-open-a-file-in.html Thanks, RajeshorgContact with Microsoft Graph API
Currently it is not possible to create a contact in the orgcontact list via the Graph API. It would be really useful to be able to create, organize distribution lists of external contacts but common to all the organization. Thanks in advance Christian1.6KViews4likes3CommentsMicrosoft Graph: Add support for "Require re-register MFA"
Currently, "Require re-register MFA" can only be set https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userdevicesettings#manage-user-authentication-options, or via PowerShell using: Set-MsolUser -UserPrincipalName username -StrongAuthenticationMethods @() Please add support for this in the Microsoft Graph API.18KViews92likes34CommentsAbility to update or create an event without sending a notification email to attendees
Each time a new event is created or updated in Microsoft Graph API, a notification email is sent to the attendees. We use Microsoft Graph to sync calendar event between our software and Outlook calendar. We'd like to be able to create or update an event with Microsoft Graph without having an email sent to attendees, for example when we sync past events, or when the attendees are notified by other means. There should be an option to create or update an event without sending email.9.9KViews76likes18CommentsGet a list of shared mailboxes
There is currently no way to get a list of shared mailboxes or determine whether a User account is actually a shared mailbox. Ideally there would be a new top-level object -- eg., GET /sharedMailboxes (A members property of this new object would address another shortcoming of Graph -- the inability to get the members of a shared mailbox.) A shorter-term solution would be to have a flag on the user object indicating that it is a shared mailbox. Context: Our app operates only on shared mailboxes (distributing mail to members and reporting on activity). Our onboarding process currently requires the use of a PowersShell script because that's the only way for us to determine whether a mailbox is a shared mailbox or a user mailbox. We want to simplify this process and make it completely web-based, making it easier for customers.4.2KViews62likes7Comments