10,715 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

How to set the Outlook Email Sensitivity using API Call

{ "message": { "subject": "Meet for lunch?", "body": { "contentType": "Text", "content": "The new cafeteria is open." }, …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-05-08T18:19:29.1166667+00:00
sud, sud 0 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,693 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
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,693 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,714 questions
asked 2024-04-19T14:35:50.7033333+00:00
Aleks Dev 0 Reputation points
commented 2024-05-08T18:18:45.06+00:00
Carolyne-3676 201 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,693 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,693 questions
asked 2024-05-07T12:34:10.21+00:00
Matt Perry 10 Reputation points
commented 2024-05-08T17:15:47.0133333+00:00
Matt Perry 10 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,693 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,619 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,028 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-05-07T19:54:03.3366667+00:00
virginie Marcoux 0 Reputation points
accepted 2024-05-08T16:20:00.73+00:00
virginie Marcoux 0 Reputation points
0 answers

How to set the Outlook Email Sensitivity using API Call

Trying to set the sensitivity of an outbound Email using following API. No error. Email is sent/received successfully. But Message sensitivity is NOT set to "Secure" as expected. {   "message": {     "subject": "Mail…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-05-08T15:52:54.43+00:00
sud, sud 0 Reputation points
2 answers

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,693 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,714 questions
asked 2024-05-07T04:54:29.61+00:00
Lexignot 0 Reputation points
edited an answer 2024-05-08T15:52:49.0333333+00:00
Lexignot 0 Reputation points
0 answers

How to set the Outlook Email Sensitivity using API Call ?

Trying to set the sensitivity of an outbound Email using following API. No error. Email is sent/received successfully. But Message sensitivity is NOT set to "Secure" as expected. Pls help. {   "message": {     "subject":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-05-08T15:51:01+00:00
sud, sud 0 Reputation points
0 answers

Graph API: ManagedDevices not updating Primary User when changed from the Intune Portal

I've noticed that if I change the primary user for a device in the Intune Portal, that change is not reflected when making a Get request to "https://graph.microsoft.com/v1.0/devicemanagement/manageddevices/<deviceID>" Oddly, though, if I…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,384 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,093 questions
asked 2024-05-08T15:42:14.6566667+00:00
Michael DiGregorio 1 Reputation point
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,693 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,693 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,714 questions
asked 2024-05-08T15:37:01.4366667+00:00
Lexignot 0 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,693 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,384 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,731 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,693 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
0 answers

Transcript API identifier from calendar/events API

Hi, I am using the me/calendar/events API to fetch the meeting content and I want to fetch its transcript if available. Which identifier can I use from the response of the me/calendar/events to fetch the meeting transcript from the transcript API? …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
asked 2024-05-08T15:15:47.34+00:00
Enrico Cadoni 20 Reputation points Microsoft Employee
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,693 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
3 answers

While get user’s list of followed sites (using application permissions). By calling GET /me/followedSites endpoint gives "access denied”

Hi team, I was trying to get user’s list of followed sites (using application permissions). But calling GET /me/followedSites endpoint gives "access denied” and not able to know the root cause for this issue. Is something know issue or is it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,693 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,714 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,680 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
511 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2024-05-07T07:03:46.88+00:00
Tanvi Mittal 0 Reputation points
commented 2024-05-08T14:13:10.7766667+00:00
Mukul Verma 0 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,693 questions
asked 2024-03-27T23:27:45.15+00:00
-- -- 872 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,693 questions
asked 2024-05-03T15:58:40.56+00:00
commented 2024-05-08T13:50:19.3366667+00:00