Microsoft Q&A

Microsoft Graph SDK

821 questions

A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.

821 questions with Microsoft Graph SDK tags

Sort by: Updated
0 answers

graph api chats property "lastUpdatedDateTime" is uncorrect

i talked with user yesterday, but the property lastUpdatedDateTime is 2021-02-03T09:10:13.6Z

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
asked 2021-10-20T04:51:33.853+00:00
Baoxin BX6 Li 6 Reputation points
commented 2023-03-29T22:08:33.92+00:00
Bourgon, Michael 21 Reputation points
0 answers

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
asked 2023-03-29T18:11:11.49+00:00
Vladimir Privalov 0 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
2,204 questions
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
asked 2023-03-29T12:27:55.1233333+00:00
Manoj Pant 70 Reputation points
commented 2023-03-29T16:09:40.99+00:00
Manoj Pant 70 Reputation points
0 answers

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
179 questions
Microsoft Graph Files API
Microsoft Graph Files API
A Microsoft API to create an app that connects with files across OneDrive, OneDrive for Business, and SharePoint document libraries.
325 questions
asked 2023-03-16T04:10:54.23+00:00
Shruti Sinha 0 Reputation points
commented 2023-03-29T12:08:16.2466667+00:00
Shruti Sinha 0 Reputation points
1 answer

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,636 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
504 questions
asked 2023-03-28T14:12:59.56+00:00
Liviu Dumitrescu 26 Reputation points
edited the question 2023-03-29T10:17:22.91+00:00
CarlZhao-MSFT 20,776 Reputation points
2 answers

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,636 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
504 questions
Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
739 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
asked 2023-03-28T04:53:11.53+00:00
edited the question 2023-03-29T08:46:29.82+00:00
CarlZhao-MSFT 20,776 Reputation points
1 answer

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
Microsoft Graph Tasks Plans API
asked 2023-03-28T17:14:24.5766667+00:00
Manoj Pant 70 Reputation points
commented 2023-03-29T06:53:18.1666667+00:00
Manoj Pant 70 Reputation points
2 answers One of the answers was accepted by the question author.

Onlinemeeting api given error with without interaction user

{ "error": { "code": "Forbidden", "message": "", "innerError": { "request-id": "89caaa16-8780-4566-8762-02fff696a196", …

Microsoft Graph Calendar API
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
739 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
645 questions
asked 2023-03-28T10:02:57.01+00:00
KAMALJEET SINGH 60 Reputation points
edited an answer 2023-03-29T06:05:41.94+00:00
CarlZhao-MSFT 20,776 Reputation points
0 answers

`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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
Microsoft Graph Calendar API
asked 2023-03-29T05:17:28.4433333+00:00
GM 66 Reputation points
2 answers

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
504 questions
Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
739 questions
asked 2023-03-16T11:54:21.2966667+00:00
vis bharti 0 Reputation points
edited the question 2023-03-29T04:32:23.1266667+00:00
vis bharti 0 Reputation points
2 answers

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
asked 2022-04-13T11:58:26.64+00:00
ffbld01@uk.ibm.com 96 Reputation points
commented 2023-03-29T01:21:37.0133333+00:00
Atta Ullah 0 Reputation points
2 answers

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…

Microsoft Graph Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
645 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
asked 2023-03-21T10:41:54.9733333+00:00
OdMa 0 Reputation points
commented 2023-03-28T10:16:21.0833333+00:00
CarlZhao-MSFT 20,776 Reputation points
1 answer

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
6,484 questions
Microsoft Graph Paging API
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
asked 2023-03-27T05:46:25.96+00:00
Akbar Husain 0 Reputation points
commented 2023-03-28T06:51:26.8666667+00:00
Akbar Husain 0 Reputation points
0 answers

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…

Microsoft Graph Calendar API
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
asked 2023-03-27T20:26:55.5266667+00:00
John Pike 20 Reputation points
0 answers

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,636 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
asked 2023-03-27T12:19:03.2133333+00:00
OdMa 0 Reputation points
0 answers

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 SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
588 questions
asked 2023-03-26T05:24:18.48+00:00
inez halphen 0 Reputation points
edited the question 2023-03-27T07:30:06.68+00:00
SaiKishor-MSFT 16,656 Reputation points Microsoft Employee
1 answer

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,636 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
504 questions
asked 2023-03-17T11:47:03.1233333+00:00
Harishankar H 0 Reputation points
commented 2023-03-27T03:06:36.08+00:00
CarlZhao-MSFT 20,776 Reputation points
1 answer

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
504 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
2,204 questions
Microsoft Graph Azure AD API
Microsoft Graph Azure AD API
A Microsoft API that queries the user's profile, finds other users, manages organizational relationships, tracks assignments, or creates original solutions that incorporate existing organizational data.
209 questions
asked 2023-03-20T19:07:10.6166667+00:00
Manoj Pant 70 Reputation points
commented 2023-03-27T03:05:11.52+00:00
CarlZhao-MSFT 20,776 Reputation points
1 answer

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…

Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph Mail API
Microsoft Graph Mail API
A Microsoft API that supports accessing data in users' primary mailboxes and in shared mailboxes.
739 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
896 questions
asked 2023-03-15T10:59:07.9166667+00:00
Jagadeesh Punjala (Launch Consulting) 0 Reputation points Microsoft Vendor
answered 2023-03-24T23:27:05.4833333+00:00
HarmeetSingh-MSFT 4,026 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

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…

Microsoft Graph Calendar API
Microsoft Graph SDK
Microsoft Graph SDK
A Microsoft software developer kit designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph.
821 questions
Microsoft Graph Applications API
Microsoft Graph Applications API
A Microsoft API that enables you to manage these resources and actions related to applications in Azure Active Directory.
504 questions
asked 2023-03-23T14:40:12.4133333+00:00
John Pike 20 Reputation points
commented 2023-03-24T17:09:51.7566667+00:00
John Pike 20 Reputation points