11,386 questions with Microsoft Graph-related tags

Sort by: Updated
4 answers

Is it possible to embed a Video/MP4 in a Teams channel message or chat?

Is it possible to send a Teams chat or channel message that shows an embedded MP4 video in place? https://learn.microsoft.com/en-us/graph/api/chatmessage-post Attaching an MP4 simply adds as an attachment with no thumbnail or ability to play. Where as…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2023-01-10T19:35:46.087+00:00
Hill, Tim 21 Reputation points
answered 2024-07-18T20:06:46.86+00:00
Kevin Swallow 0 Reputation points
6 answers One of the answers was accepted by the question author.

Graph API endpoint to list Managed Devices throwing 403 Forbidden error

We're getting an error when we run the GET /deviceManagement/managedDevices endpoint as noted in https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0. The call is failing with the following error: { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,718 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,514 questions
asked 2020-11-17T21:13:51.983+00:00
Murali 21 Reputation points
commented 2024-07-18T19:55:56.44+00:00
Rogelio Lascari 20 Reputation points
0 answers

Sharepoint Online Audit Log API - Missing Operations

I am extracting data using SharePoint Online Audit Log subscription, using API endpoint like…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,319 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-18T18:00:43.79+00:00
Wajid Anwar 10 Reputation points
0 answers

When searching for drive items by path in the search api some drive items are missing driveID

A large portion of documents in some of my SharePoint sites are missing driveID when searched for in the graph search api. For these documents I tried to create a download link for them from sharepoint using their listID + listItemID (ex:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-18T16:47:40.7566667+00:00
David Cole 0 Reputation points
1 answer

Microsoft Graph API returned response with duplicates data

Hello Team, We are using Graph API to search & sort all the Excel files from the user drive, (refer to API details screenshot). Although the API is working, we get duplicate data in the response, even though we set trimDuplicates property to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2022-10-18T05:27:05.553+00:00
Anonymous
commented 2024-07-18T16:42:41.87+00:00
lulu peps 0 Reputation points
1 answer

Remove Specific Users from Sharing Permission

According to this documentation: https://learn.microsoft.com/en-us/graph/api/permission-grant?view=graph-rest-1.0&tabs=http, we can add users to sharing permissions using their email IDs. However, I couldn't find a method to remove specific users…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-17T20:40:40.6633333+00:00
S W 20 Reputation points
commented 2024-07-18T15:34:54.91+00:00
S W 20 Reputation points
3 answers

How can I get eligibility for a sandbox subscription to Microsoft 365 developer program.

I would like to get a Microsoft 365 Developer subscription (E5). But is says my account is not eligible. My current company uses a lot of Microsoft products inhouse. I am currently working on a solution that needs to interact with the company SharePoint…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,319 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 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.
2,796 questions
asked 2024-03-21T08:34:48.3766667+00:00
Koen van Dijk 5 Reputation points
commented 2024-07-18T15:11:34.0966667+00:00
Kristina Batrak 0 Reputation points
0 answers

How to read a camera label of the participants in the Teams meeting?

I would like to get media device details just like how we get from navigator.mediaDevice.enumerateDevices() I would like to read the camera label of the participants in the meeting. I also tried building a teams app which is rendered as an Iframe, but…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
796 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
937 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,047 questions
asked 2024-07-17T09:25:39.2933333+00:00
Hashaam Hasaan 0 Reputation points
commented 2024-07-18T14:51:13.4866667+00:00
Hashaam Hasaan 0 Reputation points
2 answers

Cannot update a ToDo item using MsGraph

I am trying to update a ToDo item using MsGraph. I can create one using this URL 'me/todo/lists/TASKLISTID==/tasks Json sent is {"title":"Test…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-17T15:40:37.7666667+00:00
David Craggs 0 Reputation points
commented 2024-07-18T14:39:28.35+00:00
David Craggs 0 Reputation points
1 answer

Getting AADSTS50013 while trying to create GraphServiceClient to get user mail inboxes

Hello. I have a frontend nextjs application with microsoft entra login, I get the access and refresh token and store them. I have then a python backend that does api calls of microsoft to get user inboxes and emails I am getting right now the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 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,514 questions
asked 2024-07-17T15:00:04.8466667+00:00
joaoaddyai 0 Reputation points
commented 2024-07-18T14:26:49.7633333+00:00
joaoaddyai 0 Reputation points
0 answers

Can retrieve bitlocker keys through Microsoft Graph

On your documentation you have next: But When I tried add application permission for my app - they are not on the list ANd when I tried to get bitlockers keys with my application (which just app, without signed in user) through GRAPH I received: …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-18T14:02:02.3066667+00:00
Anton Shakunou 0 Reputation points
2 answers

Get a SharePoint List Attachment (within a GenericList) via API?

What is the latest best practice to get a SharePoint List Attachment using a GET call? Using Microsoft Graph API doesn't work and I'm unsure of the documentation regarding SharePoint REST to accomplish this? Is there documentation on the proper method of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-16T20:40:11.25+00:00
Chaz Jenkins 0 Reputation points
commented 2024-07-18T13:47:04.2+00:00
Chaz Jenkins 0 Reputation points
1 answer

AADSTS500113: No reply address is registered for the application. | How to resolve this ?

Hi there I am using replit to write a telegram bot that updates the user input to a excel file. I connected ms graph api to my code. It didn't worked I mean worked but the excel file wasn't updated. So I tried getting the access token which was a success…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,939 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,680 questions
asked 2024-07-18T13:30:03.08+00:00
Aman Prakash Singh 0 Reputation points
answered 2024-07-18T13:30:03.13+00:00
Q&A Assist
0 answers

Token granted via msal-node acquireTokenSilent not working for XOAUTH SMTP Auth for consumer hotmail account

Using msal-node, we are authenticating via the auth code flow using a confidential client application. The scopes needed according to the documentation are set correctly on the application configuration, and are confirmed to exist on the issued…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-17T19:22:13.4366667+00:00
ApparelMagic Development 0 Reputation points
commented 2024-07-18T12:10:17.79+00:00
ApparelMagic Development 0 Reputation points
0 answers

MS Graph search in Path not finding results

I've been trying to create a search function that will look in MS Graph Sharepoint to find a file within a specific folder. Consider the following search/query endpoint body: https://graph.microsoft.com/v1.0/search/query { "requests": [ …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-18T11:40:36.1166667+00:00
Stan 0 Reputation points
edited the question 2024-07-18T11:41:04.2633333+00:00
Stan 0 Reputation points
0 answers

Unable to retrieve all of the active sites in a Microsoft 365 tenant using GetAllSites

I am currently trying to retrieve all of the sites in a tenant using the method below. I am currently using the beta API, but I have also tried using the v1.0 API as well. I have all of the required permissions assigned to the app being,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-18T11:36:56.8966667+00:00
Rahul Verma 0 Reputation points
3 answers

Missing files from Microsoft Graph API search

Hello, I am using the following endpoint for the search: POST https://graph.microsoft.com/v1.0/search/query { "requests": [ { "entityTypes": [ "driveItem" ], …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
958 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-08T07:05:56.4966667+00:00
Olga Andreeva 126 Reputation points
edited an answer 2024-07-18T11:24:48.41+00:00
Oleksandr Yakovliev 0 Reputation points
1 answer

Setting Attribute in "Single sign on" > "Attributes & Claim" Using Microsoft Graph PowerShell

Hello, I am trying to build an Automation Platform for registering Enterprise Application and assigning Custom attributes (Manipulating the existing user attributes including Extended attributes) for SAML claim token ("Enterprise Application"…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 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,514 questions
asked 2023-11-07T13:29:57.4533333+00:00
Deepak Arora 0 Reputation points
edited a comment 2024-07-18T10:57:30.3633333+00:00
Franssen, Marco 0 Reputation points
1 answer

Request for detail documentation of List permissions of a drive item

https://learn.microsoft.com/en-us/graph/api/driveitem-list-permissions?view=graph-rest-1.0&tabs=http#http-request My goal is to find out if calling user have write or read permission on an item using drive-id and item-id. Thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-18T06:50:42.8366667+00:00
Ankur Gupta 20 Reputation points
edited a comment 2024-07-18T10:54:31.9366667+00:00
Ankur Gupta 20 Reputation points
0 answers

Microsoft Graph To Do API doesn't fetch everything

Hello, I am encountering a synchronization issue with the Microsoft Graph To Do API. This problem affects the syncing of Microsoft 365 (Hotmail) task lists across multiple platforms, including Mac and iOS, when using the API endpoint: GET…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,364 questions
asked 2024-07-18T10:53:54.4066667+00:00
Jonas 0 Reputation points