10,736 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

No application access policy found for this app

We are encountering application access policy issue when tried to access Online Meetings API.  We registered a new app registration and provided grants to application permissions for Online Meetings. we followed MS documentation to configure access…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,154 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 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,886 questions
asked 2024-05-02T05:20:35.04+00:00
SATYA PAVANKUMAR 40 Reputation points Microsoft Employee
commented 2024-05-09T02:47:14.4566667+00:00
CarlZhao-MSFT 37,296 Reputation points
3 answers One of the answers was accepted by the question author.

How to modify the metadata of a file on Sharepoint using Microsoft Graph and Python

Hello, I am trying to modify the metadata (i.e. value in a column I created on SH) using the following Python script but I receive the following error message. Do you have any thoughts/advice? Response Text:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,736 questions
asked 2024-05-07T04:54:29.61+00:00
Lexignot 25 Reputation points
accepted 2024-05-09T01:47:52.24+00:00
Lexignot 25 Reputation points
2 answers

Unable to send Chat message to a channel or chat with Microsoft Graph API, throws an error for permission

I am encountering an issue while attempting to send a chat message in a channel using the Graph API. The error message states that I require the "teams.migrate.all" permission in order to send the message. However, I believe that this…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,154 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2023-07-10T16:54:19.44+00:00
Anonymous
commented 2024-05-08T22:02:56.19+00:00
Roman 0 Reputation points
0 answers

Checking whether a Teams meeting was recorded without fetching recordings

Hi. Is there a way to determine whether a meeting is recorded/transcribed without fetching the callRecording or callTranscript collection and checking whether the resource exists? Thanks!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-08T21:10:42.7066667+00:00
Lin, Hongyue 0 Reputation points
0 answers

Need unique identifier of scheduleItem resource type

I would like to use the Microsoft Graph to view and modify calendar information. Unfortunately, the scheduleItem resource type does not contain the unique identifier of the item so there is no reliable way of matching them to the results 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,714 questions
asked 2024-05-08T20:30:55.42+00:00
Ryan 20 Reputation points
edited the question 2024-05-08T20:37:12.7333333+00:00
Ryan 20 Reputation points
0 answers

Teams tab application returns SSO error in mobile Outlook

Hello, Community. We've built a Teams tab app following pretty much this sample https://github.com/OfficeDev/TeamsFx-Samples/tree/dev/hello-world-tab-with-backend It is working fine on all platforms (Teams Web, Teams Desktop, Teams Mobile, Outlook Web,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 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,886 questions
asked 2024-03-31T21:35:15.16+00:00
Peter Istratov 0 Reputation points
commented 2024-05-08T19:50:17.07+00:00
Peter Istratov 0 Reputation points
0 answers

How to get the option SPOTenant -DisallowInfectedFileDownload in Node.js?

Hi everyone! I need to get an option DisallowInfectedFileDownload in Node.js application. I'd like to do it via Graph API. But I found only one way to get this parameter - via Powershell. I can get value: Get-SPOTenant | Select-Object…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,736 questions
asked 2024-04-19T14:35:50.7033333+00:00
Aleks Dev 0 Reputation points
edited a comment 2024-05-08T18:31:53.87+00:00
Carolyne-3676 201 Reputation points
1 answer

Cross-origin token redemption is permitted only for the 'Single-Page Application

Explanation of the error: The error we're encountering, AADSTS9002326: Cross-origin token redemption is permitted only for the 'Single-Page Application' client-type, indicates that your Azure AD registered app is trying to redeem a token from a different…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-02-16T13:40:34.8566667+00:00
Munur Acar 0 Reputation points
answered 2024-05-08T18:19:00.29+00:00
Sergio Rezende 0 Reputation points
1 answer

Missing Graph Java SDK v6.x.x JavaDocs are missing

There no JavaDocs on Maven Central for the of the v6 releases of the Graph Java SDK (https://mvnrepository.com/artifact/com.microsoft.graph/microsoft-graph/6.8.0). They are present for v5, but not v6. Where can I download them?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-05T18:07:32.4566667+00:00
JavaDeveloper-4738 5 Reputation points
answered 2024-05-08T18:06:41.85+00:00
Carolyne-3676 201 Reputation points
0 answers

Exception of type 'Microsoft.Fast.Profile.Core.Exception.ProfileBadRequestException' was thrown

We've had a flow running in production for about a month now that updates associate images using the Graph. This week we are seeing issues where the Base64 image is throwing an error. Permissions haven't changed. We tried going directly through Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 20 Reputation points
commented 2024-05-08T17:15:47.0133333+00:00
Matt Perry 20 Reputation points
1 answer

AD B2C Microsoft Graph to send verification code to email

Hi, I would like to know if there is possibility to send verification code to email using Microsoft graph. Basically, I want to do everything in MS Graph ie. signing up, signing in, send verification code, SMS, MFA and social media sign up and sign in.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,662 questions
asked 2024-05-06T13:12:07.0933333+00:00
Felix Cordeta Matusinio 0 Reputation points
commented 2024-05-08T16:46:57.1+00:00
1 answer One of the answers was accepted by the question author.

Using MS Graph to get Calendar for a resource

Trying to get Calendar information for a specific users (not Me) but getting error. Getting user detail: Query: https://graph.microsoft.com/v1.0/Users/5e28a862-6056-44fc-b8a6-f3cdbdd47fcb Result : gave me detail about this users without any…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,041 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-07T19:54:03.3366667+00:00
virginie Marcoux 20 Reputation points
accepted 2024-05-08T16:20:00.73+00:00
virginie Marcoux 20 Reputation points
0 answers

official microsoft code example for onedrive upload not work

Hy I try to upload files via php to my onedrive since a few weeks. It didn't work. So I found this code example https://learn.microsoft.com/de-de/graph/sdks/large-file-upload?tabs=PHP But I got a error message: Class new Models\AttachmentItem() not…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-08T15:41:24.1966667+00:00
Andreas Rottmann 0 Reputation points
0 answers

Excel files saved on Sharepoint corrupted with embed_image function of Xlsxwriter (Microsoft Graph and Python)

Hello, I have the following section of my Python script that works perfectly fine locally but as soon as I work on remote files on a SharePoint site, the Excel file gets corrupted after running the script (see attached image). All other formatting tasks…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,736 questions
asked 2024-05-08T15:37:01.4366667+00:00
Lexignot 25 Reputation points
2 answers One of the answers was accepted by the question author.

Powershell to update Intune DevicemanagementName

Hi everyone, I'm looking to use powershell to modify some Android device Management Names in Intune. I've managed to figure out how to find the device I want to change using the Get-IntuneManagedDevice. $Device=Get-IntuneManagedDevice…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,389 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,733 questions
asked 2021-12-23T22:34:08.213+00:00
Ed K 21 Reputation points
commented 2024-05-08T15:28:59.7933333+00:00
Alan McCulloch 1 Reputation point
2 answers

Microsoft Graph api removeing password credential fails

I'm trying to remove password credential for a Spn but I haven't been successful. I tried Microsoft Graph API in Graph explorer ` POST /servicePrincipals/{id}/removePassword ` and using powershell …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2022-06-24T09:44:23.977+00:00
Rms 6 Reputation points
commented 2024-05-08T15:23:54.2933333+00:00
Clark D 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can we print a document using Universal Print API using application permissions not delegated User permissions?

Can we print a document using Universal Print API using application permissions not delegated User permissions?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2023-12-18T22:26:19.6633333+00:00
Harini Vedala 20 Reputation points
accepted 2024-05-08T15:10:32.6+00:00
Harini Vedala 20 Reputation points
1 answer

Value cannot be null. Parameter name: storeId

Hi When I use below code to send email usisng a graph client; await graphClient.Users[SenderUserEmail].SendMail(message, true).Request().PostAsync(); I get exception; Code: ErrorInternalServerError Message: An internal server error occurred. The…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-03-27T23:27:45.15+00:00
-- -- 877 Reputation points
commented 2024-05-08T14:08:10.1+00:00
Twisha Desai 1 Reputation point
0 answers

B2c: "userPrincipalName already exists" even though the user can't be found via the Graph API

Since yesterday 10AM UTC+2 where having some issues with creating new users via the Graph API in one of our B2c tenants. Some requests time out and retries end up with userPrincipalName already exists and HTTP 400. The problem is: the actual user cannot…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-03T15:58:40.56+00:00
commented 2024-05-08T13:50:19.3366667+00:00
0 answers

Problems moving a sent message to another folder

I'm trying to update an application which was using IMAP and SMTP to use MS Graph instead, since the IMAP/SMTP access to Office365 is now slowing to a crawl. The application needs to "file" sent messages into specific folders, rather than…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,714 questions
asked 2024-05-03T13:29:41.5033333+00:00
Richard Deeming 0 Reputation points
edited a comment 2024-05-08T12:47:35.7166667+00:00
Richard Deeming 0 Reputation points