11,005 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Microsoft Lists - in PowerShell

Hi guys, Is it possible to add items to Microsoft Lists via PowerShell? Most of the example I found via search web are SharePoint Lists, but Microsoft Lists is not the same with SharePoint Lists. Any insights is greatly appreciated. Thanks.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-10T09:26:56.243+00:00
chris_nawig 41 Reputation points
answered 2021-03-15T14:45:55.507+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
0 answers

I am creating calendar event using .net core, added room as location and attendee (of resource type), but created event not reflecting in room calendar

Please take a look at below event body, I have added room resource as a location and also added it as attendee. After booking event - I am expecting that same event will appear in all attendee calendar but room calendar is not having the event created. …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-10T12:00:45.58+00:00
ankush j 1 Reputation point
commented 2021-03-15T14:36:41.043+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer

Azure China: Change tracking is not supported

I am trying to backup Azure china OneDrive using Graph API. I am able to authenticate, enumerate the items. But the request "https://microsoftgraph.chinacloudapi.cn/v1.0/drives//root/delta" fails with the following error: "code":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-09T16:55:20.087+00:00
Ganesh Tambat 6 Reputation points
answered 2021-03-15T14:24:23.867+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer

There are some restrictions on the API. Could you help me solve this problem, please?

We created an application in Microsoft azure, then invited one user(guest) to the application and created a new user. Everything works with the main user, but with other users in some requests there are problems with access. For example, POST…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-09T11:01:08.76+00:00
Dina 1 Reputation point
answered 2021-03-15T14:01:39.193+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
0 answers

Using query parameter $filter on calendar key inside JSON object returns ERROR 500

Hello everyone, I'm struggling a little with the REST API. I'm trying to filter the result of my calendars by the owner's address on. Unfortunately the querry : "GET https://graph.microsoft.com/v1.0/me/calendars?$filter=owner/address eq…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-03T10:23:11.263+00:00
Aloïs kyrou 1 Reputation point
commented 2021-03-15T13:49:05.827+00:00
Aloïs kyrou 1 Reputation point
0 answers

Is it possible to upload a file on behalf of someone else ?

If the app is authenticated using root or admin user of an organization and then can we add the owner other than admin using the admin token for the file upload rather than setting admin user as the owner?. Note: here the user can be anyone from the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-12T12:22:43.363+00:00
Divyansh Sultania 6 Reputation points
commented 2021-03-15T02:26:28.963+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Getting MailboxNotEnabledForRESTAPI - no clue why

I have created a ms account yesterday. And I have created an azure app. I am the owner. I am always getting MailboxNotEnabledForRESTAPI. But why? Using the graph API /me/calendars. /me query works though Grant Permissions are correct. Graph Explorer…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,004 questions
asked 2021-03-13T12:02:34.137+00:00
Katharina Irrgang 101 Reputation points
accepted 2021-03-13T13:55:45.377+00:00
Katharina Irrgang 101 Reputation points
1 answer

Not able to create an online meeting for a group using Graph API

I am using Graph API SDK to create group events that are configured as online meetings. However, the code that was working earlier has stopped working. The same issue occurs when tried through Graph explorer. Below is the request. { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-07T20:46:10.64+00:00
Sachin Chavan 1 Reputation point
answered 2021-03-12T21:10:42.503+00:00
Stephen Chang 1 Reputation point
1 answer

Availiability of "prioirty" and "dueDateTime" properties in MS graph V1.0?

May I know the availability of "priority" and "dueDateTime" properties in V1.0? Below is the link we referred and it says that the properties are available in Beta version …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-11T05:22:04.967+00:00
Sankeeth Kumar Chinta 1 Reputation point
answered 2021-03-12T18:06:44.397+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
0 answers

distinguishing to which storage/service the returned ms-graph api files belong to (programmatically)

I am using ms-graph API to search documents in Onedrive, teams and SharePoint and I could search and retrieve the results as the code below but I couldn't sort the returned documents to which storage/service belong to: var requests = new…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-01T22:04:12.85+00:00
Mohannad Alahdab 1 Reputation point
commented 2021-03-12T13:52:33.78+00:00
Mohannad Alahdab 1 Reputation point
1 answer

I am using OneDrive file picker and Graph api to embed documents in my web app, not sure that the correct way.

Hi, In the doc,driveItem: preview mention that driveItem: preview request generates a short-lived URL, I would like to know what is the expiration of the link (hour, day, week, month, etc..). More details and to give things into context, in our web…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-09T13:12:45.033+00:00
Jonathan Korach 1 Reputation point
commented 2021-03-12T09:53:45.697+00:00
Jonathan Korach 1 Reputation point
1 answer

How can I access a team member's email address from a Teams app?

Hi. I'm building a Microsoft Teams app, but I'm having some trouble getting the email address of a Team member. I created an app using the MS Teams VS Code extension. I also configured a bot and a Messaging Extension Action Command. I'm able to send…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,946 questions
asked 2021-02-22T10:54:42.877+00:00
Ali Nauman 1 Reputation point
answered 2021-03-12T07:28:20.437+00:00
Jagadeesh-MSFT 331 Reputation points
2 answers

Microsoft Graph API resource change notications to a server with self-signed certificate

I am trying to create a subscription on Graph API to test the resource notifications. The receiver is a lab server with a self-signed certificate. I am getting this error when I try to POST the subscription request to Graph API: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-10T18:22:41.41+00:00
arda savran 1 Reputation point
commented 2021-03-11T18:48:11.86+00:00
Danstan Onyango 3,816 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Retrieve an online meeting by JoinWebUrl stopped working in Beta API

Hi Team Retrieve an online meeting by JoinWebUrl as documented here onlinemeeting-get was working fine on Monday 8th of March and it stopped working yesterday and today is still not working. I am getting the following error on the GET request …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-10T09:34:43+00:00
angela83 101 Reputation points
accepted 2021-03-11T17:10:39.943+00:00
angela83 101 Reputation points
0 answers

Not able to call msapprproxy.net (microsoft application proxy server)

Hi, I am not able to call msappproxy.net (MS proxy server) using Authorizaiton Bearer <Token>. I am always getting message sign in to your account. although I have got authentication Token..

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-11T16:49:54.447+00:00
Darshan 1 Reputation point
1 answer

Does anyone know the URL's required to be whitelisted for the Graph API with OneDrive/SharePoint?

Does anyone know the URL's required to be whitelisted for the Graph API with OneDrive/SharePoint? I can not find any documentation at all on this. I reached out to someone on LinkedIn for some information about the MIP SDK and what we needed to whitelist…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-09T09:02:32.713+00:00
Damien Ostler 11 Reputation points
commented 2021-03-11T14:01:33.92+00:00
Damien Ostler 11 Reputation points
1 answer One of the answers was accepted by the question author.

Copy an attachment file from outlook to onedrive using Ms Graph Api without download it

I have a robot that check email in outlook using Graph Api (v1). I would like to copy the attachments files from the email on a onedrive folder without download it. I know that i can use Flow to that, but it's no convenient for my task. so i…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-03T11:18:51.62+00:00
David DEL VECCHIO 21 Reputation points
accepted 2021-03-11T11:17:28.433+00:00
David DEL VECCHIO 21 Reputation points
0 answers

Get app deploy status for device

Hi guys. I tried to get app deploy status for managed device, but not find the relevant section in Microsoft graph api v1.0 documentation. Web app uses /users/{userId}/mobileAppIntentAndStates/{managedDeviceId} But beta version should not be used because…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-03T11:32:04.993+00:00
ikozikov 1 Reputation point
commented 2021-03-11T09:25:03.847+00:00
Diana Wanjuhi 1,376 Reputation points
1 answer

How are the delta responses for the graph api ordered?

I have been using the delta end point to get all the files in the onedrive. I have an use case where I want to compare two such responses. Since the responses are large I wanted to know if the responses are ordered in some way, as in are they ordered as…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-09T13:38:22.41+00:00
Vinanth S Bharadwa 26 Reputation points
answered 2021-03-11T07:53:43.4+00:00
Deva-MSFT 2,256 Reputation points Microsoft Employee
1 answer

Paging in microsoft graph api

Hi community. We work on make integration of microsoft graph sdk into our service. And for our entities we make response as pageable with page size and page number and else. As I see microsoft graph api use for e.g. only skip token. We try to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,983 questions
asked 2021-03-10T13:54:48.407+00:00
Ivan Kozikov 1 Reputation point
answered 2021-03-10T19:49:10.237+00:00
Vasil Michev 97,931 Reputation points MVP