11,882 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

How to avoid sending email notification on /events api

I want to avoid sending notification while creating an videointerview event using mentioned api. I have tried using https://graph.microsoft.com/v1.0/me/events?sendNotification=false, but after creating event notification is still getting send. I have…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-07-21T10:39:10.44+00:00
Divyanshu Gupta 0 Reputation points
commented 2024-09-19T19:51:24.92+00:00
Kumar Satyam 0 Reputation points
0 answers

How do I limit access to API endpoints if a logged in user does not have an admin role

I'm creating an employee management application and I registered my app and have given the application delegated api access to Microsoft Graph Directory.AccessAsUser.all. I would like to restrict access to this api endpoint if the logged in user does not…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,450 questions
asked 2024-09-19T19:43:47.25+00:00
Nicolas Ranz 0 Reputation points
4 answers

How to retrieve install status for specific app in Intune Graph API

We have for some time, been using the below to retrieve the install status for a specific app across all devices: https://graph.microsoft.com/$graphApiVersion/deviceAppManagement/mobileApps/$ApplicationID/devicestatuses This no longer seems to work,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,992 questions
asked 2023-08-30T16:10:51.8533333+00:00
JamesEdmondsUKPN 5 Reputation points
edited the question 2024-09-19T17:26:55.6166667+00:00
TP 90,636 Reputation points
0 answers

Issues configuring copilot with generative answers on Sharepoint site

Hi, I have a copilot that I can't get to read the documents from sharepoint using Manual Authentication. Here are my details, any insight is much appreciated.

Azure App Configuration
Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
228 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,598 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
255 questions
asked 2024-09-19T15:44:53.7866667+00:00
Brett VanderPlaats 5 Reputation points
1 answer

Unable to get a Microsoft Graph Token

I am a user in the Azure tenant directory, trying to get a Token to send a message to a Teams channel. I can do that via Microsoft Graph Explorer. When I use a Token that Microsoft Graph generates I can send a message to Teams channel via curl and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-19T12:06:13.2466667+00:00
Suberri, Moshe [GTSUS] 0 Reputation points
edited the question 2024-09-19T15:31:16.6233333+00:00
VarunTha 7,810 Reputation points Microsoft Vendor
0 answers

How can MS Graph API Get Message List, for a given user and mailbox, using delta retrieve more than 10 messages and sorted by receivedDateTime descending

The following query is used in an app-only authentication registered application. The intent is to watch a specific user's mailbox to consume the content and perform an…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-19T14:48:09.1233333+00:00
Zunker, Kent 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do you assign the sensitivity label in the creation of a new team with 'New-MgTeam'?

Hi, We are currently trying to automate requests we get for the creation of a new Team. In this creation, we want to be able to assign a certain sensitivity label. In PowerShell, we've got it to generally work with basic information, but we can't…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,980 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,468 questions
asked 2024-07-31T14:16:57.1233333+00:00
Crounse, TB (Tim) 20 Reputation points
commented 2024-09-19T13:18:10.6133333+00:00
Crounse, TB (Tim) 20 Reputation points
1 answer

Conversion of pptx to jpg via graph API only returns the 1st page

Dear Sir or Madam, as noted in the documentation, the conversion of pptx to jpeg is supported by Graph API. https://learn.microsoft.com/en-us/graph/api/driveitem-get-content-format?view=graph-rest-beta&tabs=http However, when I convert it to jpg,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-19T10:13:42.3166667+00:00
Nemyrovska, Maryna 20 Reputation points
answered 2024-09-19T13:13:45.8333333+00:00
Rohit Raghuwanshi - MSFT 240 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How many versions does a Drive Item need until it gets paginated via Graph API?

If I am getting a DriveItem and expanding its versions i.e. /drives/{id}/items/{id}?$expand=versions How many versions will there be until pagination kicks in (in the inner versions array)? I can't find the number anywhere in the documentation. I am…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,076 questions
asked 2024-09-17T09:33:47.3966667+00:00
eggy mcegg 100 Reputation points
accepted 2024-09-19T12:45:23.6233333+00:00
eggy mcegg 100 Reputation points
2 answers

Microsoft graph api always retrieves old document library name even if the library name is modified in SharePoint

Hi, I have been using Microsoft Graph api to retrieve SharePoint site's files, folders, document libraries for my application. When i change the document library name in SharePoint, graph api always returns me the old library name in its result. I was…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 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,948 questions
asked 2024-09-06T09:23:39.0766667+00:00
Nandhini. S [ INDEC 4.0 ] 0 Reputation points
commented 2024-09-19T11:55:23.5133333+00:00
Yanli Jiang - MSFT 25,621 Reputation points Microsoft Vendor
0 answers

Error with using Graph Toolkit for SPFx

I'm trying to use graph toolkit in my SPFx solution. I followed the steps at https://learn.microsoft.com/en-us/graph/toolkit/get-started/mgt-spfx But when I tried gulp serve it was throwing errors as below: Error - [webpack]…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-05-27T04:53:59.3466667+00:00
Xiaoqian Zhang 5 Reputation points
commented 2024-09-19T11:33:35.7966667+00:00
Zafar Raza 0 Reputation points
1 answer

How to get a message using Graph from a mailbox using data in an email header

I want to use the details found when you view an email message as source (headers, spam results, body content etc) to ping the Graph API to retrieve certain details of the message. This would be done with an app that has application permissions. It would…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-17T18:25:41.45+00:00
Sounds Essential 0 Reputation points
commented 2024-09-19T11:01:56.18+00:00
Sounds Essential 0 Reputation points
1 answer One of the answers was accepted by the question author.

OfficeConversion_Fatal Error trying to convert pptx to pdf with more than 100 pages via Graph API

Dear Sir or Madam, There is an error appearing from converting pptx to pdf from o365 office via Graph API. We use a sharepoint from which we can read data via an o365 app registration. The error appears with documents starting form > 100 pages. The…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-08-30T11:13:53.64+00:00
Nemyrovska, Maryna 20 Reputation points
accepted 2024-09-19T10:05:01.34+00:00
Nemyrovska, Maryna 20 Reputation points
1 answer

How to monitor calls to Azure CLI, Powershell, Microsoft Graph... from a user?

Hi everyone, I would like to know if there is a possibility to log the events of the calls made through the API to query information. The goal is to know if they are making many calls that triggers an alert in Sentinel to see if an attacker is doing an…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,123 questions
asked 2024-09-11T18:13:31.19+00:00
Steven Joseph Paredes Baquerizo 0 Reputation points
commented 2024-09-19T09:50:31.71+00:00
Steven Joseph Paredes Baquerizo 0 Reputation points
2 answers

Unable to create Azure Custom Role using JSON and the PoweShell New-AzRoleDefinition ?

When I execute the below PowerShell script to create a custom Azure Role based on the specific JSON content below. Script: $paramNewAzRoleDefinition = @{ InputFile = C:\Custom.JSON Verbose = $true Debug = $true } New-AzRoleDefinition…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,992 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,468 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,450 questions
asked 2024-09-11T07:30:52.85+00:00
EnterpriseArchitect 5,336 Reputation points
edited a comment 2024-09-19T09:38:19.7866667+00:00
Navya 9,640 Reputation points Microsoft Vendor
1 answer

Apply Sensitivity Labels to Microsoft Exchange Mail via .NET core code.

Hi, I would like to apply sensitivity labels to emails programmatically. I have successfully obtained the email ID (message ID) and sensitivity label ID using Graph API in .NET Core Application C#. However, I cannot find an endpoint within the Microsoft…

Microsoft Exchange Online
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-17T14:33:48.4766667+00:00
Amit Singh Rawat 731 Reputation points
commented 2024-09-19T09:17:01.2133333+00:00
Amit Singh Rawat 731 Reputation points
1 answer One of the answers was accepted by the question author.

Problems when receiving change notifications when getting presence

Hello we have a problem when we receive change notifications from graph API We receive null values on activity and availability. { "activity": "String", "availability":"String", "id":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-16T13:35:55.8466667+00:00
Öberg, Fredrik /External 75 Reputation points
commented 2024-09-19T08:53:10.6266667+00:00
Gaurav Bhatia 15 Reputation points
1 answer One of the answers was accepted by the question author.

Encountering an issue while collecting billing data using the Azure Blob SDK, where the stream seems to be forcibly closed after processing a specific number of records.

https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-download-java#download-from-a-stream I am in the process of transitioning to the Azure CSP Billing Data API and have implemented data collection functionality using the Azure Blob SDK, as…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,795 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-13T06:30:43.68+00:00
Sunyoup Park (박선엽) 105 Reputation points
accepted 2024-09-19T08:51:05.5133333+00:00
Sunyoup Park (박선엽) 105 Reputation points
0 answers

Microsoft Universal Print: The token does not have one or more required security scopes. Client Credentials Flow

Hi, I am working with a solution where a client needs to use Microsoft Universal Print. I am using Microsoft Graph and the client credentials flow. After getting the access token via the credentials instance I have the following error upon making a…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-09-19T08:38:22.0866667+00:00
Oskar Berntorp (Novotek Sweden) 0 Reputation points
edited the question 2024-09-19T08:38:48.02+00:00
Oskar Berntorp (Novotek Sweden) 0 Reputation points
2 answers One of the answers was accepted by the question author.

System.InvalidOperationException: Content type text/html does not have a factory registered to be parsed

I am using a B2C tenant I have an app registration with Mail.Send Application permissions With granted Admin consent. The user with id b29d1ccb-xxxxxxxxxxxx is an internal account with User principal name:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,882 questions
asked 2024-04-29T17:53:24.4566667+00:00
Trevor Westin 31 Reputation points
answered 2024-09-19T08:38:11.4566667+00:00
Quentin GONEL 0 Reputation points