13,147 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

How to get the equipment resource in the exchange through the Microsoft Graph API?

I can get the room resource in the exchange, but I can't get the equipment resource GET https://graph.microsoft.com/v1.0/places/microsoft.graph.room How to get the equipment resource in the exchange through the Microsoft Graph API?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-28T06:31:36.2866667+00:00
熊猫 0 Reputation points
answered 2025-02-28T06:57:38.7666667+00:00
Yakun Huang-MSFT 10,480 Reputation points Microsoft Vendor
0 answers

Issue with Authentication Methods – Phone Number Update Delay

Hi, I'm experiencing an issue with updating phone numbers under Azure B2C User → Authentication Methods → Add Phone Number. Currently, our system calls the API to update a user’s mobile number in Authentication Methods. However, users need to check the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,423 questions
asked 2025-02-28T02:25:40.3533333+00:00
Jordanaa Chong 0 Reputation points
commented 2025-02-28T06:15:54.46+00:00
Kancharla Saiteja 945 Reputation points Microsoft Vendor
1 answer

Microsoft Graph API /sharedWithMe endpoint hard limit of 500 items with no pagination

We are experiencing what appears to be a hard limit of 500 items when using the /me/drive/sharedWithMe endpoint in Microsoft Graph API. Despite having more than 500 files shared with me, the endpoint consistently returns only 500 items maximum and does…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-27T07:56:58.0266667+00:00
Bruno Pilosta 0 Reputation points
answered 2025-02-28T05:27:47.8233333+00:00
Saranya Madhu-MSFT 1,725 Reputation points Microsoft Vendor
2 answers

Status code keep changing after every query (404 & 200)

I am using the graph api to get the folders under my OneDrive root directory but the result is different in every run (most of the time failing). I have given it the Files.Read and Files.ReadWrite permission. This happened after I changed my microsoft…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-27T07:59:34.3166667+00:00
Brand Chong 0 Reputation points
commented 2025-02-28T04:46:03.27+00:00
Saranya Madhu-MSFT 1,725 Reputation points Microsoft Vendor
1 answer

Using document_url parameter and site_id can we identify whether a particular document is inside a Document library or not

In SharePoint we can create a Documents inside the site itself or we can create a new Document library inside the site and create the file inside that. When a document has been created inside a Document library we got a document_url like below, ex:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,365 questions
asked 2025-02-14T05:09:40.69+00:00
GSH-1402 105 Reputation points
commented 2025-02-28T04:06:14.23+00:00
GSH-1402 105 Reputation points
1 answer

Will the ServiceNow Search Connectors support the new ServiceNow Portal URL

Hi, We recently implemented the ServiceNow MS Graph connectors available within Microsoft Search. During this implementation, we required support from Microsoft to ensure that the indexed data being returned was from the ServiceNow Service Portal URL…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-27T15:10:13.9233333+00:00
MartinNicholls-3320 1 Reputation point
answered 2025-02-28T02:59:57.79+00:00
CarlZhao-MSFT 45,661 Reputation points
2 answers

Unable to fetch transcript for online meeting using Microsoft Graph API

I am trying to formulate a http request as following to fetch the transcript of a meeting using a service account,https://graph.microsoft.com/beta/users/{{user-id}}/onlineMeetings/{{transcriptID}}/transcripts/ I have used a valid user object and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-27T15:45:06.9766667+00:00
Libin Mathew 0 Reputation points
answered 2025-02-28T02:42:53.9066667+00:00
Yakun Huang-MSFT 10,480 Reputation points Microsoft Vendor
1 answer

How to fetch folder content under a list?

We are using the sharepoint API but its not working and having issues with pagination. We did the analysis and found that with sharepoint skip does not works and we need to use the graph API but we were unable to find the corresponding API. Please help…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,231 questions
asked 2025-02-13T09:11:10.98+00:00
ajay kumar 0 Reputation points
commented 2025-02-28T02:32:34.45+00:00
RaytheonXie_MSFT 39,281 Reputation points Microsoft Vendor
2 answers

Calendar Event Update - no Email Notifications

Hello Microsoft! My service is using the Create Cal Event Resource here https://learn.microsoft.com/en-us/graph/api/user-post-events?view=graph-rest-1.0&tabs=http and then subsequent updates are made using the Update Cal Event Resource here…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2021-03-17T17:15:40.513+00:00
Dan Kaplan` 36 Reputation points
commented 2025-02-27T20:31:31.7366667+00:00
Raj Kane 0 Reputation points
4 answers

Disable emails to attendees when creating an event with API

Hello, Is it possible to disable the automatic email that is sent to all attendees when creating a calendar event using the API ? I tried setting the Event parameters 'ResponseRequested' and 'IsReminderOn' to false, but the email is still sent. …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2020-10-16T08:55:11.067+00:00
Marjan Atanasov 21 Reputation points
commented 2025-02-27T20:30:10.21+00:00
Raj Kane 0 Reputation points
2 answers

Using the Graph CLI, How can I find all events in a date range *including* recurring instances?

I'm using a command like mgc users events list --user-id me --filter "start/dateTime ge '2025-02-13T05:00:00Z' and end/dateTime le '2025-02-14T05:00:00Z'" to retrieve as JSON my events for a day. However, this only surfaces events that are…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-13T16:34:08.3966667+00:00
Bertalan, Tom 0 Reputation points
answered 2025-02-27T19:18:50.74+00:00
Bertalan, Tom 0 Reputation points
1 answer

How to manage time ranges for delta polling on calendar views ?

I'm trying to synchronize calendar events from Outlook with events from my web application. From what I've gathered, I should use the delta() function on the calendarView ressource. This requires that a time range to be specified, so the changes will be…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-26T08:31:39.1433333+00:00
Jean Lambert Hétault 0 Reputation points
answered 2025-02-27T18:10:58.8+00:00
Akhil Nasalwai - MSFT 660 Reputation points Microsoft Vendor
1 answer

MS Graph $filter=startswith(model,'iPhone') not returning data

I'm trying to list all iPhones in Intune using Microsoft Graph. My approach is to use the $filter query parameter as follows: https://graph.microsoft.com/v1.0/deviceManagement/managedDevices?$filter=startswith(model,'iPhone') However, this query doesn't…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-27T12:37:01.31+00:00
Some guy 0 Reputation points
answered 2025-02-27T17:29:22.9066667+00:00
Vasil Michev 114.5K Reputation points MVP
1 answer

Export Resources Azure

Hello How are you? I hope you can help me. I need to export a list of all the resources I have in a subscription, but the corresponding Tier or SKU of each of those resources is shown. What tool within Azure could I use to do this export? Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-26T18:24:18.27+00:00
Fernando Gutierrez 245 Reputation points
answered 2025-02-27T17:28:13.2166667+00:00
Akhil Nasalwai - MSFT 660 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Can delegated Mail.Send be used as a background service?

We do not generally have a logged in user account when sending these emails (it occurs in the background). As a daemon application, there is no identity logging into the service. Is it possible to use delegated mail.send in a daemon…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2022-06-21T19:20:46.707+00:00
Adam Day 46 Reputation points Microsoft Employee
edited an answer 2025-02-27T16:22:50.2866667+00:00
Michel Meyers 0 Reputation points
1 answer

how to send an adaptive card through microsoft Graph API

How to Send a message and adaptive card to group or an individual chat through Microsoft graph API.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 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.
3,608 questions
asked 2020-11-11T07:12:51.327+00:00
Karnati Soumya 6 Reputation points
commented 2025-02-27T15:24:54.9166667+00:00
Antonio Carlos Ghiraldello 0 Reputation points
1 answer

Office 365 using connector "connector to inception api'

More than 2865 messages from Office 365 using connector "connector to inception api' have been deferred for more than one hr. what does this mean ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-27T06:03:09.4733333+00:00
Shreya 0 Reputation points
answered 2025-02-27T13:13:43.6733333+00:00
Rajat Vashistha-MSFT 1,070 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

I cannot view/see my files which i have uploaded to SharePoint Online using Microsoft.Graph api

With my AzureApp (ClientID) I am able to create folders in the drive and upload a file in the created folder. In my App I can see, access and download the file. [/drives/{drive-id}/items/{itemid} In the Share Point Online Browser logged in as the site…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,231 questions
asked 2023-08-22T14:31:56.8233333+00:00
Ingo Neufert (MARINGO Computers) 30 Reputation points
commented 2025-02-27T12:21:31.71+00:00
Thiaan Lotter 0 Reputation points
2 answers

Process to generate Bear token and process to use in the script to retrieve the group and membership of AAD

I need to call/generate Bear Token to retrieve the group and member of AAD group I am supposed to use that AAD token in the below script .

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-24T09:17:11.3433333+00:00
Varma 1,385 Reputation points
edited an answer 2025-02-27T11:51:11.9966667+00:00
SrideviM 315 Reputation points Microsoft Vendor
1 answer

Top user searched queries in Sharepoint via API

Is it possible to fetch top search terms for Sharepoint (query analytics) via an API? I've been back an forth between trying to use graph API and rest API: https://{company}.sharepoint.com/_api/search/query and https://graph.microsoft.com/v1.0 or…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,147 questions
asked 2025-02-26T11:34:49.9833333+00:00
Sandi Andersen 1 Reputation point
answered 2025-02-27T11:34:28.47+00:00
Rajat Vashistha-MSFT 1,070 Reputation points Microsoft Vendor