Content
Microsoft Graph and the former AlternateMailboxCollection from EWS?
Is there a chance to get a similar result in microsoft graph api like the former exchange webservice did: GetUserSettingsResponse userresponse = autodiscoverService.GetUserSettings(userSmtpAddress, UserSettingName.AlternateMailboxes); if…
How to update the "canExtend" parameter value in AccessPackageAssignmentPolicy
How can I update the "canExtend" parameter using graph to run on around 281 Access Packages in my tenant? I'm using the URI with POST method and the displayName, duration, and description are being updated correctly with the correct request…

Is it possible to use getSchedule API on user from different tenants?
Hi! I am trying to develop application that must support authentication only using Microsoft login from multiple different tenants. Then, I am planning to use getSchedule from Graph API to get the schedule from each registered accounts (even with…

How to replace text in header by logo, of word file
Hello All, I have several word files and need to replace a text by logo (png or jpg). My word document has header. The header is a table and one column there is a text as 'logo'. I need to replace the logo by a picture. Can someone provide me a…
Listitem with user column, how to add new user with Graph API
Hi We have a list with a user column in Sharepoint. It is possible to add set users who already has been added into the column, but how to add a new user through the GraphAPI. A user who does not yet exists in the sites Users list? The user should not…
Graph API Outlook Webhooks
I am trying to build a security system to monitor user's incoming emails and determine if the contents contain anything malicious. Initially, I want to use an outlook add-in, but there does not seem to be a way to automatically run the add-in…
Post the message on teams chat group through python
I am trying to post a message on teams chat group (not channel) from the Python script using graph API. I don't want to interact with the browser, I am trying to post the message using the client's secret. I have both the delegated and application…

Audit Log of Calendar
Is it possible to find out changes to an outlook event via the graph API? I have an integration and occasionally the id I have stored for an Outlook event gives the error "ErrorItemNotFound" when I attempt to update the event, which would…
How to authenticate with Microsoft Graph API and retrieve OneDrive drive ID with PHP
I am creating a PHP script to back up my server configuration to OneDrive using Microsoft Graph API. I have created an app on Azure portal and selected "Accounts in any organizational directory (any Microsoft Entra ID tenant - multi-tenant)"…
Using the Pages GraphAPI, HTML headers are not returned if they are set to be collapsed by default
I'm using GraphAPI to access site pages published in a Sharepoint site to retrieve the html content. Normally, the innerHtml field contains the html I am looking for. However, there are some pages that have their headers collapsed by default. In this…
ClientSecretCredential, The method or operation is not implemented error
Hi I am trying to get a MS Graph to read some documents from SharePoint. This needs to be done without a user being logged in. I am using code below at the end to do so. I have created app and client secret in Azure AD. However when I run below code I…
How get the AccessToken (Microsoft Graph) for a specific User from a service
Hello, I have a simple question, I need to get the AccessTokens for every User of my Organization, so that it can be used the API and we can access to the path /me for every User in his personal area, how can i do it? The programming language that we…
Identity Platform Oauth2 Revoke Acess
So what I am searching for is a Revoke oauth2 Access Endpoint on Identity platform. Basically I have an App x which uses Microsoft identity platform and graph API to gain Access and use Users Mail,Calendar,contacts etc. When the User want's…
How can I get internship in this imagin cup Microsoft
I am F Anil Kumar, want to do internship in this imagin cup. So, kindly provide me information related to this internship in imagin cup.

Why is deleting a Booking appointment not removing the event from staff member's personal calendar?
I am using an API integration to delete existing Booking appointments (which were originally created via the same integration). Using the noted delete operation, the appointment in booking is successfully removed from the booking calendar, however…
Graph API issue for send event notification to participants
"I'm currently implementing the Microsoft meeting event functionality within our application. Despite using Explorer, I've encountered issues sending notification emails to meeting participants. I'd greatly appreciate your assistance in resolving…
Hotmail Account Closure Prevention
Good morning, I have just received an email from Microsoft stating my hotmail is set to close on 03/02/2024. My email client regularly synchronizes with hotmail every day and i also sign in manually, occasionally, so i am unsure why this is happening. …
Extra newline carriage returns from Graph SDK Get Mail API for Email Body
We are using Graph API to get mails from a mail box, mail body is fetched in text format. Currently facing 2 Issues For a specific mail We are getting additional new line carriage returns, because of which when we construct the text file it has…
Graph API Direct Routing
Hi, since a week I'm experiencing serious issues with the use of the Graph API in order to get the direct routing Calls Log. Currently I'm using in a web app three Graph APIs, specifically: …
Fetching security incidents
I have developed a script which fetch security incidents with alerts (https://graph.microsoft.com/v1.0/security/incidents?$expand=alerts) application role have SecurityIncident.Read.All, SecurityAlert.Read.All permission provided, but Output of the…