11,943 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

Graph API: Cannot access external content

Our Microsoft Tenant has a service account ("Service", service@email.com) with a OneDrive that external users share folders to from their OneDrive (and SharePoint). We created an App Registration for our service account to access content from…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,040 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-28T17:18:33.72+00:00
Chris Sommers 0 Reputation points
commented 2024-09-28T19:15:09.59+00:00
Chris Sommers 0 Reputation points
0 answers

Personal OneDrive account as a replacement for the App Center?

In my apps, I use access to the App Center to upload exceptions and stack traces that occur during execution for any user. I can see the errors there and correct them in my app accordingly. Unfortunately, Microsoft is discontinuing the App Center at the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-28T13:23:49.69+00:00
Heiko 1,236 Reputation points
4 answers One of the answers was accepted by the question author.

MSGraph Remove-MgTeam

I'm trying to execute the Remove-MgTeam in Powershell, but I'm getting a 405 error. The same happens with the beta-version. What am I missing? I think I added all necessary Teams/Groups/Directory permissions My script: Remove-MgBetaTeam -TeamId …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,039 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,489 questions
asked 2024-09-23T13:42:21.0833333+00:00
Kristof Van Woensel 41 Reputation points
accepted 2024-09-28T11:42:31.5266667+00:00
Kristof Van Woensel 41 Reputation points
0 answers

Graph communications for call transfer throws call not found error and code 8522

My azure bot receives audio call from MS Teams. When I try to transfer the call to PSTN number, it throws Call not found…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-28T08:01:34.48+00:00
Srinivasan N 0 Reputation points
0 answers

How to open word online in an iframe using sharepoint embedded?

Hello everyone I would like help with the following scenario. We are developing an app using Sharepoint Embedded to manage Word documents and a customized interface. Uploading and editing files using Word Online or the Word application is working fine.…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 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,958 questions
asked 2024-09-27T23:50:06.5966667+00:00
Vinicius TADEU LOPES DO CARMO 0 Reputation points
2 answers

User email signature management via Graph API

Now that the Outlook email signature roaming is rolled-out, can we expect that APIs for managing email signatures (e.g. create a new signature, set it as default, get a list of signatures)? Before we were able to use EWS endpoints to get and set…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2022-11-17T14:33:02.14+00:00
Niko Vrdoljak 91 Reputation points
answered 2024-09-27T21:09:45.92+00:00
Nathan 0 Reputation points
1 answer

Where to get Outlook mail aliases? User.proxyAddresses and otherMails are empty.

I added a second email address via account.live.com/names/manage and can successfully send from it via outlook.live.com. My Azure Entra ID app is granted the delegated User.Read scope, but when I fetch…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,763 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-26T18:17:14.19+00:00
Adrian Z 0 Reputation points
commented 2024-09-27T19:14:08.58+00:00
Adrian Z 0 Reputation points
0 answers

Not able to retrieve the user's country via Microsoft Graph

Hi guys, My application is using Microsoft as an authentication provider. When a user signed in, I can use the Microsoft token to query to the endpoint https://graph.microsoft.com/v1.0/me, it returned the correct information of that user. However, when…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-27T17:21:40.3433333+00:00
Nghia Tran 0 Reputation points
0 answers

What Teams SystemEventMessages are returned by the Export API?

I am trying to export Teams content for meetings. The unique thing about a meeting compared to a chat is that a chat tends to go on and on indefinitely, but a meeting normally has a discrete ending and once it's over, people tend to leave. This means…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,039 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 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,230 questions
asked 2024-09-05T00:10:40.2066667+00:00
Graham Norris 61 Reputation points
commented 2024-09-27T15:42:26.08+00:00
Graham Norris 61 Reputation points
4 answers One of the answers was accepted by the question author.

Get Sharepoint library permissions

I am looking to see how I can get a list of all users, and groups, and users within groups, that have permissions to Libraries within Sharepoint. I am trying to use MS Graph, but I am open to using the graph or the sharepoint rest api. Any help would…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 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,958 questions
asked 2022-05-12T21:52:12.2+00:00
Rick Doll 21 Reputation points
commented 2024-09-27T12:14:16.5966667+00:00
Adrian Corral Ruiz 0 Reputation points
0 answers

Which permissions are required for Graph OneDrive pre-provision to work?

I want to pre-provision users OneDrive using the following method: https://video2.skills-academy.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=powershell This does not however work, and the reason why is unclear. I got two test users which both…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,099 questions
asked 2024-09-27T09:35:14.8566667+00:00
Kevin Giertz 0 Reputation points
commented 2024-09-27T10:29:29.4166667+00:00
Kevin Giertz 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to update a SharePoint online document library item's custom fields using graph API patch calls?

I have a PowerShell script that is pulling user photos from Active Directory and then posting them to a SharePoint Document Library. This script is working successfully to this point. Next, I need to update the photo item's custom columns with Active…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,489 questions
asked 2024-09-23T18:34:54.95+00:00
Doug Horton 20 Reputation points
accepted 2024-09-27T10:06:01.3366667+00:00
Doug Horton 20 Reputation points
2 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,943 questions
asked 2024-09-19T08:38:22.0866667+00:00
Oskar Berntorp (Novotek Sweden) 10 Reputation points
commented 2024-09-27T09:56:57.0633333+00:00
Oskar Berntorp (Novotek Sweden) 10 Reputation points
2 answers

List group owners API

Hi Team, I am trying to get owner for a security group using service group id with below request: https://graph.microsoft.com/v1.0/groups/{group-id}/owners And it seems to be returning empty response each time. I checked for multiple security…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-27T07:38:28.35+00:00
Priyanka Sharma 0 Reputation points Microsoft Employee
answered 2024-09-27T09:51:43.58+00:00
Yakun Huang-MSFT 4,555 Reputation points Microsoft Vendor
1 answer

How to get consistent email size (content + attachments) in Graph API

Hi, I am using https://graph.microsoft.com/v1.0/me/messages/{{ID}}?$expand=singleValueExtendedProperties($filter=id eq 'Integer 0xe08') to get the size of an email (content plus attachments). However, the 0xe08 value is consistently larger than the size…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-16T14:22:23.3933333+00:00
Andrew Earl 105 Reputation points
commented 2024-09-27T09:43:58.1166667+00:00
Andrew Earl 105 Reputation points
1 answer One of the answers was accepted by the question author.

Assistance Required for Accessing Microsoft Graph API Delegated Permissions Without User Interaction

Hi Guys, Previously, we utilized a console application to access users' mail content within our application (registered as a confidential client in Azure Active Directory). However, we now require the ability to access Microsoft Graph API's delegated…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,545 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 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,585 questions
asked 2024-09-27T05:46:58.1766667+00:00
Naresh kumar 20 Reputation points
accepted 2024-09-27T08:08:44.9566667+00:00
Naresh kumar 20 Reputation points
1 answer

Sensitivity label graph api

Hello here hoping to find a solution to the problem below. I am using sensitivity label Graph Api [POST /drives/{drive-id}/items/{item-id}/assignSensitivityLabel] to change sensitivity label from power apps we are sending the request successfully and 90…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 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,958 questions
Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
366 questions
asked 2024-09-24T14:45:23.6366667+00:00
Neel Patel 0 Reputation points
commented 2024-09-27T07:24:26.02+00:00
Xyza Xue_MSFT 24,256 Reputation points Microsoft Vendor
1 answer

OneNote Graph API - Shared Notebook

Hello, We've been trying to retrieve data (pages content) via the OneNote Graph API from a shared notebook which is located on a SharePoint site without success, even though we are able to access the notebook via the app, as well as the SharePoint…

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
195 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
asked 2024-09-20T09:45:32.23+00:00
Rahma Ksouri 0 Reputation points
commented 2024-09-27T06:51:59.47+00:00
Rohit Raghuwanshi - MSFT 390 Reputation points Microsoft Vendor
0 answers

What API or PowerShell cmdlet can be used to collect Microsoft compliance manager score data?

To collect Compliance Manager score data, you can utilize the Microsoft Graph API or PowerShell with appropriate cmdlets.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,156 questions
Microsoft Intune Compliance
Microsoft Intune Compliance
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Compliance: Adhering to rules, standards, policies, and laws.
163 questions
Microsoft Q&A
Microsoft Q&A
Use this tag to share suggestions, feature requests, and bugs with the Microsoft Q&A team. The Microsoft Q&A team will evaluate your feedback on a regular basis and provide updates along the way.
828 questions
asked 2024-09-27T06:47:01.2733333+00:00
Ajay m 0 Reputation points
1 answer

Sensitivity label cannot be assigned since provided sensitivity label is not available or supported.

Hello, When using the assignSensitivityLabel API call to assign an existing sensitivity label to a target file, I am getting an HTTP 400 response with the following error: The label definitely exists and I use the ID as provided by the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,943 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
1,099 questions
asked 2024-09-26T19:02:38.06+00:00
Sandeep Y 0 Reputation points
answered 2024-09-27T06:28:39.0266667+00:00
Yakun Huang-MSFT 4,555 Reputation points Microsoft Vendor