ms graph api send attachment in a chat message
I’m trying to send attachment in a teams chat message. For this purpose I use one drive to upload the file. Here is my code
ms graph api send attachment in a chat message
I’m trying to send attachment in a teams chat message. For this purpose I use one drive to upload the file. Here is my code
SingleValueExtendedProperty for MailFolder order coming up null
I have the following call to an MS-Graph account:
MS Graph API – filter on nested variables while including manager
I am trying to pull in all employees from MS Graph. This request works great once I add the header value ConsistencyLevel to Eventual.
Graph API New-MgUserMessage always draft
When using the New-MgUserMessage, it creates the file in the Drafts folder. If I use Move-MgUserMessage to the Inbox, and then try the Update-MgUserMessage isdraft to False, it is still marked as a draft. It also isn’t allowing me to set the -ReceivedDateTime -SentDateTime or the -IsDraft properties. This is what I have right now. I have removed the specified properties and tried to replace them with the PID equivalent, but this just fails to even create a new message.
Microsoft Graph Subscriptions API is not properly validating notificationURL
I sent an HTTP request to https://graph.microsoft.com/v1.0/subscriptions
to notify me when new transcripts are available.
Microsoft Graph API Sharepoint List: Creating Nested Items
I’m using Microsoft Graph API to interact with a sharepoint list. I use this endpoint for creating new entries (items):
Automating interaction with excel files using graph API
I need to be able to have some apps read/write data in excel workbooks without user interaction. For context, the use case here is an app that automates updating firewall rules across multiple platforms based on data stored in a spreadsheet maintained by a network team. I am running into an issue with the graph API in that I cant access excel data with an app-only token.
Validating property extraction implemented using ConditionalProperty with AGSWorkloadConfigValidator
Does AGSWorkloadConfigValidator tool work to validate property extraction when property extraction is implemented using ConditionalProperty?
I have tried running the tool, and it does not approve when property extraction is done using ConditionalProperty, but when I implement same logic using Property the tool approves the changes.
Microsoft Teams Intelligent Speakers identify in-room participants. Can this data be collected through Graph API?
Microsoft Teams Intelligent Speakers identify in-room participants. Can this data be collected through Graph API? So for a Teams Session “communications/callRecords” is there a way to connect to this endpoint and see who was in the call based upon their voice? Or is there another endpoint in the Graph API that can tell me all users that have been recognized?