12,633 questions with Microsoft Graph-related tags

Sort by: Updated
1 answer

Search users based on skills in Microsoft Graph

Hi, I am now creating a Teams message extension with Microsoft Graph. I would like to search users based their skills such as Azure, Javascript, React. Is it possible to achieve this via Microsoft Graph? Thank you.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-22T18:28:57.0366667+00:00
Sally Chen 105 Reputation points Microsoft Agency Temporary
answered 2024-12-22T18:50:45.53+00:00
Freak Kid 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to access Microsoft Graph

I am building a Teams extension with Microsoft Graph. I use the following code to create a client. // Initialize DeviceCodeCredential const credential = new DeviceCodeCredential({ tenantId: config.tenantId, clientId: config.clientId, …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-13T10:32:43.3266667+00:00
Sally Chen 105 Reputation points Microsoft Agency Temporary
accepted 2024-12-22T18:25:52.2266667+00:00
Sally Chen 105 Reputation points Microsoft Agency Temporary
0 answers

DCOM asks to record GRAPH.EXE

dcomcnfg gives this error: --------------------------- DCOM Configuration Warning! --------------------------- The CLSID {00020800-0000-0000-C000-000000000046}, item C:\Program Files\Microsoft Office\Root\Office16\GRAPH.EXE and title Microsoft Graph…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-22T16:44:15.0133333+00:00
Owen’s Fairchild 0 Reputation points
edited the question 2024-12-22T17:03:44.54+00:00
Owen’s Fairchild 0 Reputation points
1 answer

Get-MgServicePrincipal returning empty AppRoles

Hi all, using command Get-MgServicePrincipal returns empty AppRoles array even though there are permissions assigned through Microsoft Entra: If I use Get-MgServicePrincipalAppRoleAssignment I correctly get 7 objects (which correspond to the 7…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 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,620 questions
asked 2024-12-20T16:43:27.13+00:00
Filippo Iacobellis 90 Reputation points
answered 2024-12-22T15:55:46.59+00:00
Vasil Michev 111K Reputation points MVP
2 answers

What do I need to do to migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph

Hello community. I am getting a recommendation to "Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph" My impacted resource is "Fanatical Support® For Office 365" which is a Rack Space product. …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-20T16:51:43.19+00:00
Sharepoint Admin 0 Reputation points
answered 2024-12-22T15:04:33.3066667+00:00
Shikha Ghildiyal 1,170 Reputation points Microsoft Employee
0 answers

Microsoft Graph API BETA - Create fido2AuthenticationMethod - The method is not supported for this URL

Hi, I tried using the BETA version to create the fido2AuthenticationMethod, but encountered an error: "The method is not supported for this URL." Additionally, other BETA methods do not seem to work as expected. Here is the link to the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-21T17:48:04.1933333+00:00
Veniamin Toropov 0 Reputation points
commented 2024-12-22T12:55:01.2233333+00:00
Thair Ali 0 Reputation points
1 answer One of the answers was accepted by the question author.

I want to detect that a meeting was held in Microsoft Teams with a native Windows app

Is there a way to detect that an MS Teams meeting has started in a Windows application? I expect it to be possible with the Microsoft Graph call object, but I'm not sure.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,534 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 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,438 questions
asked 2021-12-21T03:04:58.66+00:00
tkhr 21 Reputation points
commented 2024-12-21T22:59:40.0133333+00:00
Gerid Adams 0 Reputation points
1 answer

In Copilot Studio(Formerly PVA), how to retrieve chat history in a chat bot

I have developed a chat bot in Copilot Studio. But it does not give the logged in user's previous chat history. How to fetch the chat history of the user every time the user logs in

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 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,438 questions
asked 2024-03-28T09:44:28.0266667+00:00
Muralikrishnan Ramanathan 10 Reputation points
commented 2024-12-21T15:45:57.36+00:00
Muhammad Shuja 115 Reputation points
0 answers

Check Subscription Type for MSA Users via Graph API

I'm trying to determine whether a Microsoft 365 user is part of any subscription (e.g., Microsoft 365 Family or Personal) or if they have a completely free account using the Graph API. I tried using the /v1.0/me/licenseDetails API, but it returns a 404…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-21T06:29:18.4766667+00:00
Phuc Phan 0 Reputation points
1 answer

Verify AAD MSAL Token Generated at Frontend in Backend

I am unable to verify the token generated by MSAL during User SignIn in my SPA; when passed to my .NET Core Web API backend. It keeps on giving error with Signature. Microsoft.IdentityModel.Tokens.SecurityTokenInvalidSignatureException: 'IDX10511:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 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,620 questions
asked 2024-12-09T12:01:57.8533333+00:00
Abhishek Roy 1 Reputation point
commented 2024-12-20T23:32:33.36+00:00
James Hamil 26,386 Reputation points Microsoft Employee
0 answers

Plans created by MS Graph API not showing up in web browser

When a plan is created using MS Graph API (v1.0), assigned users and owners cannot see it in the web browser under "My Plans" or "Shared". However when opening the plan it by putting the plan id in the URL to access it, it will then…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-20T20:18:42.2666667+00:00
Will Drotar 10 Reputation points
edited the question 2024-12-20T22:22:20.27+00:00
Will Drotar 10 Reputation points
1 answer

$expand query not working on List roleAssignmentSchedules

Hello, I am seeing 501 response when using $expand on List roleAssignmentSchedules https://learn.microsoft.com/en-us/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0&tabs=csharp Request url:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-09T20:05:44.76+00:00
Hieu Nguyen 0 Reputation points
commented 2024-12-20T17:20:17.4166667+00:00
Hieu Nguyen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Using Graph API to Retrieve Email

How can I use the Graph API to pull a newsletter from an email address and load it into my internal web application? I plan to initially retrieve the email from a mailbox using PowerShell, but I'm open to using PHP/AJAX or another method if that would be…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
557 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,721 questions
asked 2024-03-25T14:52:27.66+00:00
Jacob Johns 20 Reputation points
commented 2024-12-20T17:19:19.96+00:00
Ken 0 Reputation points
2 answers

Best practice for adding MS Graph permissions to a Function App? (For reading a users mailbox)

The reason i need the permissions is to read a specific mailbox and send mail from that mailbox. The only entity that would manage the mailbox is the Function App. I have found articles from Microsoft directly and on MS Forums on how to do it, but for me…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,248 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 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,620 questions
asked 2024-12-10T11:44:15.4933333+00:00
KovcsZoltn-3476 0 Reputation points
answered 2024-12-20T17:02:55.86+00:00
Pinaki Ghatak 5,310 Reputation points Microsoft Employee
4 answers

Get-MgServicePrincipal not returning anything for either AppRoles or OAuth2PermissionGrants

Describe the bug Get-MgServicePrincipal doesn't return anything for the AppRoles or OAuth2PermissionGrants, despite the SP having both Delegated and App Perms assigned. I am a Global Administrator, so I don't suspect a permission issue, especially…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,704 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,620 questions
asked 2023-08-11T19:53:35.7166667+00:00
Johnathan Welker 106 Reputation points
answered 2024-12-20T15:58:51.89+00:00
Filippo Iacobellis 90 Reputation points
0 answers

403 unknownError when Accessing Group/User Notebooks via Microsoft Graph API

Issue Summary: We are encountering a 403 unknownError when trying to access group notebooks via the Microsoft Graph API endpoint: GET https://graph.microsoft.com/v1.0/groups/{group-id}/onenote/notebooks This issue is tenant-wide and occurs across all…

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
219 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-20T15:55:00.38+00:00
Kasturi Sharma 1 Reputation point
1 answer One of the answers was accepted by the question author.

RetentionLabels - (500) Exception = DataInsights command(GET) FAILED - Forbidden

The API for listing retention labels only supports a delegate API role. This implies that if I have access to view retention labels in Purview, I can list them via Graph. That isn't the case. Unless I have the Global Administrator role assigned to my…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
asked 2024-12-19T20:04:08.1366667+00:00
Justin Marsh 20 Reputation points
accepted 2024-12-20T15:28:24.7833333+00:00
Justin Marsh 20 Reputation points
1 answer

Export an Exchange mailbox Calendar and import those events to a 365 Group/Team Calendar

Would like to eliminate Exchange mailbox calendars and convert to 365 Group for ease of collaboration with Teams. Need to transfer all calendar events/entries to the new 365 Group Calendar. Need to do this with multiple Exchange mailboxes that are used…

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,365 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,534 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 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,651 questions
asked 2024-12-13T21:25:30.5533333+00:00
Lori Collins 0 Reputation points
commented 2024-12-20T15:23:41.93+00:00
Lori Collins 0 Reputation points
0 answers

error when using beta/deviceAppManagement/mobileAppRelationships

I am trying to create a supersedence on a mobile app in intune with msgraph beta but it results in error: No OData route exists that match template ~/singleton/navigation with http verb POST for request…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,358 questions
asked 2024-12-20T13:50:19.13+00:00
Robert Schaaf 0 Reputation points
edited the question 2024-12-20T14:15:36.8733333+00:00
Robert Schaaf 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to remove Accepted Senders from O365 Group in PowerShell

Hi, I'm using PowerShell to edit O365 (Unified Groups). I'm able to create, and edit (add/remove) members of groups. I'm also able to add accepted senders to a group. I failed to remove accepted senders from a group. I tried using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,633 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,704 questions
asked 2024-12-19T15:54:33.0666667+00:00
Grzegorz Gutowski 20 Reputation points
commented 2024-12-20T13:36:32.97+00:00
Grzegorz Gutowski 20 Reputation points