How to expand singleValueExtendedProperties on messages delta query?
I'm trying to expand singleValueExtendedProperties on a messages delta query without success. I'm getting the following error message: "Parsing OData Select and Expand failed: Value cannot be null. (Parameter 'initialState')" Here is my code…
OneDrive Search API no longer returns results based on "tags" metadata
Until recently OneDrive search would search metadata including "Tags" (hashtags) applied to images and return DriveItems which had a tag matching the search query. For example: Find a jpg photograph in OneDrive Edit Tags > apply a tag…
Outlook message subscription reveived nothing about lifecycle event "reauthorizationRequired"
When I create a subscription for outlook message using the Microsoft Graph API change notifications, I successfully created it with notificationUrl and lifecycleNotificationUrl. But only 'lifecycleEvent=missed' messages can be received by lifecycle…
undefined: graphdrives.NewInvitePostRequestBody (Graph SDK Golang)
Hi There I am trying to invite people to SharePoint Folders by using the example here (Golang): https://learn.microsoft.com/en-us/graph/api/driveitem-invite?view=graph-rest-1.0&tabs=go However, NewInvitePostRequestBody seems to be inexisting. I also…
export information from json view using API
Hi All, I have an Azure Compute Gallery in Azure with VM image definitions for Windows Server 2022/2019.Initially, I created a VM from the Azure Marketplace and converted it into an image. I am using a KMS server for activation. I use the following…
How to Read Shared Mailbox Emails Programmatically Using Graph API Without Outlook
Hello, A need has arisen to read Shared Mailbox emails programmatically without requiring the Outlook application to be active at all times, using the Graph API. The Shared Mailbox is set to allow specific users access to read emails, and the mailbox is…
Exclude Only Folders in Graph Search API
Hello everyone, I hope you're all doing well. I'm reaching out to see if anyone can assist me with an issue I'm facing. I'm trying to exclude only folders from the Graph API search when querying data using this endpoint:…
Microsoft XDR (Defender) - How to export - Advanced Hunting - Custom Detection Rules
Hello everyone, Our team is trying to export the Custom Detection Rules. We have more than 50 rules, so we need an automated process that allows us to export and import the rules. Currently, we see that the API function that allows this is still in beta:…
Update a Teams channel properties using Graph api, error :- Failed to execute Skype backend request
I have 2 requests to update a Teams channel using power automate:- the request on right will work well, where i am updating the channel name and its properties, while for the request on left, where i am only updating the channel properties i got this…
Can I patch a sharepoint list item using Graph API without incremenenting version history?
Is it possible when performing a patch for Sharepoint list item using the Graph API endpoint without incrementing the version history for that specific item?
How to read content bytes from .msg file as attachment in mail using Graph api?
Hi, We are receiving .msg files as an attachment along with other attachments in mail. It comes as Item attachment. In case of File Attachment, we are able to read content bytes. But in case of Item attachment, how can we read content bytes? Thanks,
How can I filter or sort classes when listing them via the Graph for Education API
When calling the List Classes endpoint for a school that is part of a district, the API returns thousands of classes, old and new, in no particular order. We need to either filter that list or sort it by descending order of "last updated" or…
Graph Explorer does not provide $count
I am trying to fetch all the users within a group and I want to count all of them using this below…
GraphAPI WorksheetProtection: unprotect function fails with: "The argument is invalid or missing or has an incorrect format.", but follows API specification?
When calling the unprotect function via the Graph Explorer, I'm getting an error: "The argument is invalid or missing or has an incorrect format.", but I believe I'm following everything that the api says it…
How do we determine the correct ID for inviting new hires to ensure they are added to the full series, does appending new attendees send notifications properly, and what is the significance of seriesMasterId in managing the attendee list for recurring
For context: We are using MS Graph to invite new hires to a recurring meeting series. We understand that we need to get existing attendees and add them to a list, then add the new hire to the list and send invite. What is the best method for sending…
Problem when sending out the invitation
I'm facing an issue where the invitation isn't being sent to the recipient, even though the API request runs successfully. I followed the tutorial in the link below, but the response I received is slightly different.…
Graph API not returning external users information from team meeting
Hello All, I am facing a issue. when the agents on call with external users in team, microsoft graph API is able to fetch data for external user. but as soon as external user hung up the call, the graph API is not able to retrieve this external user…
How do I mention a MS Teams "Tag" in a FactSet (Adaptive Card)
Hi can I please have an example on how to use channel Tags as mentions for an adaptive card? It works directly in the channel by "@TAG_NAME" However, in the code, I cant seem to get it to work in a fastest or Textblock, while using mentions…
How to Retrieve Security Group Owners Using Microsoft Graph API?
I am trying to retrieve the owners of a security group using the Microsoft Graph API. I used the following endpoint: GET https://graph.microsoft.com/v1.0/groups/{id}/owners However, the response is an empty array, even though I know the group has…
what is the actual regex pattern used in validation of Identifier (Entity ID) field in Basic SAML Configuration section in Microsoft azure ?
requirement : I have to write a code for validation of Entity ID through regex. problem : Cant able to identify how the textbox validation is handled because the textbox excepts "a" and also it accepts "//hello/world?" but not this…