10,732 questions with Microsoft Graph-related tags

Sort by: Updated
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,710 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,884 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,710 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,728 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,710 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,710 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,710 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 15 Reputation points
commented 2024-05-08T17:15:47.0133333+00:00
Matt Perry 15 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,710 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,651 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,040 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,710 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,710 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,710 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,728 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,710 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,388 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,732 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,710 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,710 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,710 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,710 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,710 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
1 answer One of the answers was accepted by the question author.

Getting error while reading the user by email address

Hello there, I wanted to explore the Microsoft graph API's for creating the online meeting events via teams meeting. Now the events must be related to respective users. To get the user i have followed below. I have enrolled into the trial version of…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,710 questions
asked 2024-05-07T13:44:54.2966667+00:00
BS 20 Reputation points
edited a comment 2024-05-08T12:25:57.9266667+00:00
BS 20 Reputation points
0 answers

How Can I Automate OneDrive Access and File Management using Python Script with Graph API?

I am working on a Python script to automate file retrieval and deletion from OneDrive based on specific filters using Graph API. Since the script will run without interactive login, it requires an access token for authentication. Can someone provide…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,710 questions
asked 2024-05-08T11:09:57.93+00:00
Ron Anavi 0 Reputation points
3 answers One of the answers was accepted by the question author.

Error AADSTS650053: The application 'XXXX' asked for scope 'Exchange.Manage' that doesn't exist on the resource '00000003-0000-0000-c000-000000000000'. Contact the app vendor.

Hi! When I ask for the delegated permission Exchange.Manage on the url https://login.microsoftonline.com/common/oauth2/v2.0/authorize, I receive the error in this question title. The error says that the permission is asked on the Graph ressourceId, but…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,710 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,205 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,651 questions
asked 2024-03-29T14:30:31.13+00:00
Guillaume Dumont 25 Reputation points
commented 2024-05-08T10:29:39.5+00:00
Jack Hammond 0 Reputation points
0 answers

Getting error Microsoft.Identity.Client.MsalUiRequiredException

Hi Team, I am getting below error while trying to generate the token by using below code Microsoft.Identity.Client.MsalUiRequiredException: 'AADSTS50076: Due to a configuration change made by your administrator, or because you moved to a new location,…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,710 questions
asked 2024-05-08T10:05:43.12+00:00
Hamendra Kumar (HCL Technologies Ltd) 0 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Why Total Messages Count From outlook Storage statistics not exactly matching with Graph API total messages

Hello Support Team, I am using Graph API from long time to fetch all messages of a user mailbox with GET /messages endpoint But recently observed that for Big mailboxes (having more than 40 thousands messages) there is discrepancy between total message…

Microsoft Exchange Online
Outlook
Outlook
A family of Microsoft email and calendar products.
3,040 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,710 questions
asked 2024-04-19T08:53:57.28+00:00
Dharmendra Vishwakarma 40 Reputation points
edited the question 2024-05-08T09:36:58.11+00:00
SokiGuo-MSFT 23,561 Reputation points Microsoft Vendor