Error code 5016 in API response on November 25th
Hi ! On 25th November we start to receive in the "error" field of the API response a 5016 error. It hasn't happened again, but i would like to know what that error code means. I was looking in the documentation and i didn't find any error…
Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph
We are getting a recommendation in multiple client tenants to "Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph" . When we look at what the application is, it says Microsoft Office. I assume we can't do…
When Microsoft Purview Audit Search Graph API will be GA?
When Microsoft Purview Audit Search Graph API will be GA? Initially it was said to be available by June 24 , however the api is still avaiable under beta.
How to query a user based on extensionAttributes?
I want to query a user by the value of extensionAttribute1 but I'm getting this error: "Microsoft.Graph.Models.ODataErrors.ODataError: Property 'extensionAttribute1' does not exist as a declared property or extension property." When I go to my…
Is provisioning Teams teams and channels using the Graph API supposed to be unreliable?
In our application we offer a Teams integration feature that will create teams and channels within users' own Teams environment for file sharing and scheduling. Most of the time it works fine (albeit very slowly), but from time to time the channel will…
Send an email from an Azure c# Function app function, through exchange online using the Graph api
I want to be able to send an email from an Azure functions app using our Exchange online account (the same account as the Azure account is registered with). My reading has directed me to the MS Graph API to do this, involving the following steps: …
Bot unable to see attachments in groupchat and channel conversation context
Hello! I am creating a bot which interacts with the user, gets their questions, and answer them using an API in the background. I want it to work with attachments (mainly images) as well. As far as I understand, images can be directly pasted, or sent as…
I need help locating and migrating service principals from Azure AD Graph API to the new Microsoft Graph
Hello, I'm just an InfoSec guy trying to find what resources are using the soon to be deprecated Azure AD Graph API so we can migrate to the new Microsoft Graph. I got the automated email as a new recommendation, but when I click through the links, we…
Graph API not allowing to create a Teams from existing HiddenMembership group
Hi, I'm at a stand still. We've been creating Microsoft 365 groups (https://graph.microsoft.com/v1.0/groups) with these settings for the past 3 years no issues. { "@odata.context":…
Unable to retrieve all items from a SharePoint site and their associated permissions (e.g., users, groups, site groups)
Objective: To retrieve all items from a SharePoint site and their associated permissions (e.g., users, groups, site groups). Current Approach: Tracking changes: We use the endpoint /drives/{drive-id}/root/delta as documented here. Fetching…
Unable to Create or Fetch Teams Online Meetings via Microsoft Graph API
I am experiencing issues with creating and fetching Teams online meetings using the Microsoft Graph API in my tenant. Despite having the proper permissions and licensing, all attempts to use the /users/{userPrincipalName}/onlineMeetings endpoint return…
How to fix the AuthenticationError while trying to create teams meeting using the graph API
I am building an web application to enable users to join Microsoft Teams meeting. For this I am using Azure Communication Service (ACS). I need to pass the meeting link to the ACS component to render the meeting. Until now what I have read, ACS only…
Request payload cannot be null
I am getting this error while create accessing endpoint https://graph.microsoft.com/v1.0/users/{userId}/onlineMeetings
M2M Authentication Flow Entra B2C
Does Entra B2C support M2M (Machine to Machine) interaction via the MSGraph API natively? If not, is there a way to do so? Can I bring my own form and be able to interact programmatically with getting a user logged into my Auth2.0 flow?
Can email send usnig microsoft graph api using Hotmail.com email personal account with no default directory
I have created an app with the delegated permission Mail.Send, but I am still unable to send emails using the Microsoft Graph API. I am encountering the following exception: Exception occurred while sending emails. Code: Error Access Denied Message**:**…
Graph API: Functional Issues with Web Links Using immutableId on Messages Endpoint
I am using the Graph API endpoint (https://graph.microsoft.com/v1.0/users/xxxx@xxxcom.au/mailFolders/Inbox/messages) to access the web link in a shared mailbox. The web link works when I call the API without specifying the immutableId in the header.…
Trying to turn on namePronunciationSettings in Graph Explorer
Using graph explorer and the command https://graph.microsoft.com/beta/admin/people/namePronunciation Getting the error "No resource was found matching this query" the query also does not autocomplete after /people to show…
The query specified in the URI is not valid. The property 'callChainId' cannot be used in the $select query option
When a call begins, I receive events. However, sometimes the Updated event arrives before the Created event, which causes issues. To investigate if such a case happens,I tried out graph explorer. Over there I saw this tip When I try to actually use…
Issue with Adding Planner Tab to Teams Using Graph API - Content Perpetually Loading
Hello, I've been encountering an issue for the past 2-3 weeks, which seems to coincide with the release of the new Planner version. When attempting to add a Planner tab to a Microsoft Teams channel using the Microsoft Graph API, the tab is successfully…
imaplib.IMAP4.error: b'LOGIN failed.
i have an issue when i want to fetch the incoming mail server office 365 i got the error like this : Traceback (most recent call last): File "C:\Program Files\odoo16e_saas\server\odoo\http.py", line 1591, in _serve_db return…