Content
graph api chats property "lastUpdatedDateTime" is uncorrect
i talked with user yesterday, but the property lastUpdatedDateTime is 2021-02-03T09:10:13.6Z


How to list rows in excel table
I'm trying to get data from rows of a sheet in a .xlsx file shared with me in OneDrive. I have found a way to get data from sheet using range of rows and columns like…


AADSTS1002016: You are using TLS version 1.0, 1.1 and/or 3DES cipher which are deprecated to improve the security posture of Azure AD.
We are using MSAL.net in the VB.net desktop application to authenticate using Azure AD. but currently facing issue "AADSTS1002016: You are using TLS version 1.0, 1.1 and/or 3DES cipher which are deprecated to improve the security posture of Azure…


Using OneDrive Document Editor to Edit Files in React App
I am currently building a React app that allows users to view items in their OneDrive, select a file, create a new file, edit existing files, share the file with other users, and select a file to upload to our application. I am able to view the files…


Azure App registration permissions assigned in a multi tenant app
Hello, I have an app registration in tenant 1 that has the following permissions: The app regisstration is multi tenant. When i grant consent (through my own app that uses this application) for tenant 2, not all permissions are assigned As you can see…


How to send email via Azure AD authentication
I need a solution for an App (Java J2EE application) without user to login and send email (to any email inside and outside organisations). The suggestion from various groups is to use Azure AD with shared mailbox in O365 and necessary permissions. Could…


add "assignedBy" and "createdBy" in PlannerTask
We need to add created By and Assigned By in planner task. we are successfully added Assigned TO : How to add AssignedBy and We are using application permission, and need to create a planner task. By default when we are creating a Planner task…


Onlinemeeting api given error with without interaction user
{ "error": { "code": "Forbidden", "message": "", "innerError": { "request-id": "89caaa16-8780-4566-8762-02fff696a196", …


`transport connection broken: malformed HTTP response "0"
We are running into an issue with the Graph API where requests following a previously successful DELETE call seem to fail with `transport connection broken: malformed HTTP response "0" We are getting this through the Go SDK although this issue…
I want to scan email attachment using graph API SDK but it gives denied access .Any help will be appreciated
I have created one console application .And on Azure i have created one app for organisation single tenant.Created Client Id and Secret .All permissions for mail i have given from both delegated and application tab. Since Requirement is to scan…


Is there any Graph api to append row to excel worksheet?
We see that there is an API to append row to table in excel, but we were not able to find any API which allows us to add row to any excel worksheet without specifying its range. I know with range API we can add/update the row in excel worksheet but that…


Problem extract data using Microsoft Graph - C# .NET
I'm building a program that login through the Azure AD with the Microsoft account. After logging in, I need to extract more data about the user, in order to know what permissions I need to give him, so I thought of using Microsoft Graph, but I can't do…


How to find and replace the content of the Pages in Sharepoint using Microsoft graph API?
Hello, What I am doing here is, first of all fetching the pages from sharepint and want to find and replace the content of that pages and save it back to the sharepoint site. Example: I have created one page and in that page I have copied the link of…


Issue using Graph Filter with the 5.3 SDK.
I have recently upgraded my SDK to version 5.3. When I did that, it chanaged the acceptable methods and properties that used to work in the previous version. My question is how do I get subsequent pages of results once I issue the initial query. This…
Efficiency of logging users with Azure AD, and extract data from Microsoft Graph
I am building for a specific company a login system by a Microsoft user. After connecting the user, I need to extract data about him to know what permissions I can give him, and for this I use Microsoft Graph. I am currently making a login with a…
I am completely clueless to encoding and decoding or bugging etc… but I have noticed some really interesting url,sdk, swift and more. Can someone please help me?
I’m having a difficult time figuring out what coding is and how it works. I have been getting random files in my Apple ID account. There really interesting because it says certain words that relate to me but every time I try to figure them out I end up…


Microsoft Graph Powershell - Azure AD SAML Application Attributes and Claims not updated in Portal
0 I'm trying to automate the bulk configuration of SAML enterprise applications in AzureAD via the Microsoft Graph API in PowerShell I'm able to create the app and assign users/groups to it using PowerShell. But the changes made to Attributes and Claims…


grant API permissions to a client app in Azure Active Directory (Azure AD)(programmatic alternative to interactive consent )
We want to add graph api application permission the Azure AD application and grant API permissions to a client app in Azure Active Directory (Azure AD) programmatic alternative to interactive consent . Three steps : First Step: Create Azure AD…


The 'odata.nextLink' instance or property annotation has a null value. In OData, the 'odata.nextLink' instance or property annotation must have a non-null string value.
Hi Team, I have this legacy code that used to send emails on behalf a user using the graph service. It is used to work several days ago. await graphServiceClient.Users[FromUserEmail].SendMail(message, true).Request().PostAsync(); but now i am getting…


Issue using Microsoft Graph SDK filter clause in an Calendar/Events query.
Issue using Microsoft Graph SDK filter clause in an Calendar/Events query. Here is the actual c# code that I am having the problem with: var results = await…