12,801 questions with Microsoft Graph-related tags

Sort by: Updated
0 answers

how to fix the profile image from azure is not sync after integration of sso to slack

I recently integrated SSO from azure to slack and other application we have in the company. everything is working well except the pictures from azure is not sync to the apps integrated. if someone could help me to resolve this one will really help.…

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,026 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2025-01-17T16:00:35.4266667+00:00
Administrator Liberty Hill 0 Reputation points
0 answers

How to update a row in excel spreadsheet, not add a new one

Following the Graph V5.x updates and the 'code breakers' widely discussed on this forum and others, I've been trying make to get my previously working C# code working again, one part of which is intended to update specific rows in an excel spreadsheet as…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,203 questions
asked 2025-01-17T15:16:32.8466667+00:00
Ian Wildman 0 Reputation points
edited the question 2025-01-17T15:59:29.9066667+00:00
Ian Wildman 0 Reputation points
2 answers One of the answers was accepted by the question author.

WARNING: Unable to acquire token for tenant 'organizations' with error 'InteractiveBrowserCredential authentication failed: Method not found: 'Void Microsoft.Identity.Client.Extensions.Msal.MsalCacheHelper.RegisterCache(Microsoft.Identity.Client.ITokenCa

Hi Team, Can someone here please assist me with this error to connect my PowerShell session using the Connect-AzAccount ? PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> Connect-AzAccount WARNING: Unable to acquire token for tenant 'organizations' with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,743 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,893 questions
asked 2023-08-08T13:25:14.0933333+00:00
EnterpriseArchitect 5,516 Reputation points
commented 2025-01-17T15:02:29.9766667+00:00
Pratul Kumar Patel 0 Reputation points
2 answers One of the answers was accepted by the question author.

Programmatically activate my Entra ID assigned role from PIM using PowerShell

I usually go to this page: https://entra.microsoft.com/?feature.msaljs=true#view/Microsoft_Azure_PIMCommon/ActivationMenuBlade/~/aadmigratedroles/provider/aadrolesto activate it via GUI.  How can I programmatically activate my Entra ID assigned role from…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,743 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,893 questions
asked 2024-08-16T11:17:04.49+00:00
EnterpriseArchitect 5,516 Reputation points
edited a comment 2025-01-17T14:32:40.3466667+00:00
quantumquark 0 Reputation points
0 answers

How to read IRM protected excel file using graph api from backend code

We have a requirement to programmatically read IRM Protected excel file with Graph API using a backend process which is a AWS Lambda function. Below setup works fine to read an excel file which doesnt have any protection. Azure app registration has…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,068 questions
asked 2025-01-17T14:11:37.0333333+00:00
0 answers

How to send email through client id and secret with tenant id instead of SMTP in PHP Laravel 9 technology

Hi , I am developer , i want to send email through the client id and secret with tenant id without SMTP , Can you please tell me that how to send email to any other person like test@gmail.com in PHP Laravel 9 technology , Or provide any reference so…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2025-01-17T12:45:45.8666667+00:00
Chandrakesh Pandey 1 Reputation point
0 answers

Clarification on Using /sendActivityNotification API for Rich Content in Microsoft Teams

I have a question regarding the /sendActivityNotification API in Microsoft Graph. In this documentation, under the section "You can use activity feed notifications to do the following:", it mentions "Show rich content in a Tab app or…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,677 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 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,483 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,893 questions
asked 2025-01-16T06:25:03.01+00:00
石川 敦己 65 Reputation points
commented 2025-01-17T12:40:31.1433333+00:00
Meghana-MSFT 3,911 Reputation points Microsoft Vendor
1 answer

How to fix IDX14102: Unable to decode the header '[PII of type 'Microsoft.IdentityModel.Logging.SecurityArtifact' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]' as Base64Url encoded string.

Hello! i am in a logicapp and i want to create files in a sharepoint drive. So first I create a token based on a app registration id, this one succeed. But the next action failed with the error: => Error 401 Unauthorized,…

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,310 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 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.
3,200 questions
asked 2025-01-15T16:37:43.2166667+00:00
Diane König 5 Reputation points
commented 2025-01-17T11:40:19.6433333+00:00
Sina Salam 15,396 Reputation points
1 answer

Outlook addin - how to get unique new event id

Hi, We are developing an Outlook addin, and we want to save an event id for a new Outlook event so we can associate the new event with the state of our app. We read that the Outlook API does provide unique event id but only if the event is…

Outlook
Outlook
A family of Microsoft email and calendar products.
4,317 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,404 questions
asked 2025-01-16T12:07:23.4333333+00:00
Dimitrios Gkiokas 20 Reputation points
commented 2025-01-17T11:24:00.8633333+00:00
Dimitrios Gkiokas 20 Reputation points
0 answers

$filter does not work on /solutions/virtualEvents/webinars/{webinarId}/registrations endpoint

Hello, I'm trying to implement the Microsoft Teams Webinar endpoint to retrieve registrants. The docs show that it supports the filter param, but I'm having some issues with getting this working.…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,677 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2025-01-17T10:54:20.68+00:00
Justin A 0 Reputation points
0 answers

Issue with sideloading Outlook Add-In due to 'webApplicationInfo' element Resource domain configuration.

We are developing a React.js based Outlook add-in, hosted at https://cmicpublish.cmicglobal.com/cmicdev/outlookplugin and have successfully initialized Office.js APIs. Our goal is to use the Office.context.auth.getAccessToken API to acquire an access…

Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,836 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
4,317 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,155 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
5,404 questions
asked 2024-11-13T14:58:10.83+00:00
Suraj Sinha 5 Reputation points
edited a comment 2025-01-17T10:34:01.8533333+00:00
ventura 0 Reputation points
0 answers

How to get a notification when Teams online meeting has started

Hi I am trying to subscribe to online meeting call events. I am using MS Graph Python SDK and a GraphServiceClient to post the subscription request. I have subscription for new event creation and when this happens I check whether it is on online meeting…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,677 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 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,483 questions
asked 2025-01-15T15:22:30.7166667+00:00
Nyan Cat 0 Reputation points
edited a comment 2025-01-17T10:04:03.65+00:00
Nyan Cat 0 Reputation points
0 answers

I'm trying to use setVerifiedPublisher to set the MPNID on an application via Graph, but am receiving an "UnknownError" in response

Hi All I'm currently working to create Entra App Registration programmatically (in C# using the Graph SDK), which will need to show as having a verified publisher. Creating the application is obviously quite standard, and I've managed to update the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2024-12-30T17:42:29.3466667+00:00
Mark Middlemist 171 Reputation points
commented 2025-01-17T09:34:28.5566667+00:00
Simon Smith 21 Reputation points
1 answer

Question about the search function of Microsoft Teams

Hello Teams Development, I was redirected here as I have a little odd question. I have spent like 3 business days to find a solution and unfortunately I couldn't. I am trying to make the users in Microsoft Teams searchable in another language. I want to…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,677 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 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,483 questions
asked 2025-01-09T07:52:47.5+00:00
Bozhidar Stoyanov 0 Reputation points
commented 2025-01-17T09:32:08.21+00:00
Bozhidar Stoyanov 0 Reputation points
2 answers

Why Do Office 365 Users Need Admin Consent Despite "Admin Consent Not Required" Setting in Azure AD?

An application registered in Azure AD uses Microsoft Graph API with the following permissions: Mail.Read User.Read offline_access In the Azure portal, these permissions are marked as "Admin consent: Not required." However, when testing…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,500 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,836 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,893 questions
asked 2025-01-13T11:57:04.3+00:00
Soobin Yang 0 Reputation points
commented 2025-01-17T09:10:21.2966667+00:00
BANDELA Siri Chandana 1,315 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Can not upload file to SharePoint site

We are have a specific SharePoint site https://xxx.sharepoint.com/sites/XXX_SCHEME/ (the site name had masking) is using a java program with graph api. We confirm the site had been grant the write permission. It will show the error as below, may I know…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 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.
3,200 questions
asked 2025-01-13T06:53:33.3266667+00:00
Chen, Nyon-ZL 25 Reputation points
accepted 2025-01-17T09:03:24.6966667+00:00
Chen, Nyon-ZL 25 Reputation points
1 answer

Api graph error MailboxNotEnabledForRestApi

Hello, I would like to develop an application that allows users to send emails using their Office365 address. I have two professional Microsoft accounts in different tenants. I created my application with the first account and invited my second account…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2024-10-21T06:22:37.0166667+00:00
Renaud SALVIGNAC 0 Reputation points
answered 2025-01-17T08:48:10.41+00:00
Rajat Vashistha-MSFT 180 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Skills property is causing 404 unknown error in select query parameter, while other string collections are working fine.

I am trying to fetch the details of users in my department including their skills. But when I try to do that with https://graph.microsoft.com/v1.0/users?$filter=department eq…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2025-01-16T08:59:59.12+00:00
Ausresh Sarangu 20 Reputation points Microsoft Vendor
accepted 2025-01-17T08:05:29.8433333+00:00
Ausresh Sarangu 20 Reputation points Microsoft Vendor
1 answer

How to Retrieve Children of OneDrive Personal Folder Named 'v1.0' Using MS Graph ?

Hi, I’m trying to retrieve the children of a folder named v1.0. The response is a 404 error. According to the instructions here, the request should be GET /me/drive/items/root:/Test/v1.0:/children Interestingly, when the folder name is v1.1, the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
asked 2025-01-12T10:13:21.4966667+00:00
Jareth Lomson 1 Reputation point
commented 2025-01-17T08:05:06+00:00
Jareth Lomson 1 Reputation point
1 answer

Unable to Send Messages to Teams Channels Using Graph API with Application Permissions

When using the Graph API with Application Permissions, sending messages to Teams channels is resulting in the error below. While Delegated Permissions work correctly for sending messages, is there another approach that allows sending messages to…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,677 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,801 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,068 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,238 questions
asked 2025-01-13T12:04:06.6666667+00:00
ABHISHEK KUMAR 61 Reputation points
edited a comment 2025-01-17T07:50:15.0333333+00:00
Xyza Xue_MSFT 27,266 Reputation points Microsoft Vendor