12,723 questions with Microsoft Graph-related tags

Sort by: Updated
2 answers

Do custom attributes in SharePoint user profile cards update for existing and new users?

I have a requirement to show extension/custom attributes in the user profile card in SharePoint. If post calls are made to the endpoint https://graph.microsoft.com/v1.0/admin/people/profileCardProperties, will the updated properties be visible to both…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 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,172 questions
asked Jan 8, 2025, 6:15 PM
karthikp-9576 0 Reputation points
answered Jan 9, 2025, 2:46 AM
RaytheonXie_MSFT 37,311 Reputation points Microsoft Vendor
1 answer

Azure Resource Graph is seen for Value Get operation everday

Azure Resource Graph is seen for Value Get operation everyday and getting alert for Mass secret retrieval from Azure Key Vault

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Jan 8, 2025, 10:33 AM
Naveen kumar 0 Reputation points
answered Jan 9, 2025, 2:34 AM
Yakun Huang-MSFT 8,665 Reputation points Microsoft Vendor
1 answer

Why do /delegatedAdminRelationships and /delegatedAdminCustomers requests always return an empty result?

https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships and https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminCustomers  always give empty results, even when some delegated privileges are configured in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Jan 8, 2025, 10:35 PM
Sylvain Rousselle 0 Reputation points
answered Jan 9, 2025, 2:22 AM
Yakun Huang-MSFT 8,665 Reputation points Microsoft Vendor
0 answers

403 Error When Adding Members to Team via Graph API

I am encountering a 403 permission error when attempting to add a member to a team using the Graph API. This issue started recently, even though it previously worked without any problems. The setup is identical to the one described in this discussion.…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,619 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 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,466 questions
asked Jan 8, 2025, 12:59 PM
Samee 0 Reputation points
edited the question Jan 9, 2025, 2:03 AM
JimmyYang-MSFT 55,551 Reputation points Microsoft Vendor
1 answer

Unauthorized error when getting sharepoint list attachment despite having "Files.ReadWrite.All" permission

I am writing an ASP web application that can interact with a Sharepoint list, creating new items and updating existing items. We have an Attachments field in that list. Because accessing sharepoint list item attachment files is not available in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 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,172 questions
asked Jan 7, 2025, 4:33 PM
Josh Earel 0 Reputation points
commented Jan 9, 2025, 1:39 AM
Xyza Xue_MSFT 27,036 Reputation points Microsoft Vendor
1 answer

MS Graph WorkbookApplication/Calculate API call permissions work unexpectedly.

Hello, I'm interested in using the API call described here: https://video2.skills-academy.com/en-us/graph/api/workbookapplication-calculate My requirements are that I use Application permissions so I was disheartened to see that it quite clearly…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Sep 21, 2021, 4:44 PM
Zachary Faltersack 11 Reputation points
edited a comment Jan 8, 2025, 10:41 PM
Tommy He 0 Reputation points
0 answers

Getting sharepoint v1 API token when using Graph SDK

I have a web application that uses the Graph SDK to access the Graph API to interact with a Sharepoint list. However, the Graph API cannot get a list of attachments on a Sharepoint ListItem, only a boolean saying that there are attachments. To do this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Jan 8, 2025, 9:03 PM
Josh Earel 0 Reputation points
1 answer

How to assign a group to a device configuration?

In C# I am using the graph sdk to create a device configuration and I am trying to assign it to a security group but keep getting an OData error message. I am following the instructions from this link:…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Jan 3, 2025, 2:31 PM
Shannon Hagmaier 0 Reputation points Microsoft Employee
commented Jan 8, 2025, 7:22 PM
Shannon Hagmaier 0 Reputation points Microsoft Employee
1 answer

Restrict app access of graph apis to specific folder of share point

While restricting an app to access a particular folder in a site only, I used POST https://graph.microsoft.com/v1.0/sites/{siteId}/drives/{driveId}/items/{itemId}/permissions { "roles": [ "read" ], "grantedTo": {…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,028 questions
asked Jan 8, 2025, 10:14 AM
Geetika Garg 0 Reputation points
answered Jan 8, 2025, 5:21 PM
Vasil Michev 111.4K Reputation points MVP
1 answer

Sorting Drives by Name with Microsoft Graph API

There is an issue with sorting the drives in a SharePoint site by their name using the Microsoft Graph API. According to the documentation, this should be possible, but the results are always returned as an unsorted list. What might be the cause of this…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Jan 7, 2025, 3:29 PM
Barış Bıkmaz 0 Reputation points
answered Jan 8, 2025, 4:28 PM
Rajat Vashistha-MSFT 90 Reputation points Microsoft Vendor
0 answers

How to create events for a specific group using Application Permission?

I'm trying to build a console app which create calendars events for a group. Looking at the official documentation, it still is not supported: https://video2.skills-academy.com/en-us/graph/api/group-post-events?view=graph-rest-1.0&tabs=http. I have looked…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 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,761 questions
asked Jan 8, 2025, 2:45 PM
Mo 0 Reputation points
0 answers

Power Automate - One Drive for Business Convert File has stopped working

I use this to convert files to PDF. It has worked with no issues for several years. Yesterday it started timing out and now today it says PDF is not a supported format. Furthermore the action still shows PDF as an option in Power Automate…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,286 questions
asked Jan 8, 2025, 2:41 PM
Christopher Roos 0 Reputation points
edited the question Jan 8, 2025, 2:42 PM
Christopher Roos 0 Reputation points
3 answers

Entra External ID (External Tenant): How to send an email notification/invitation to local user created via "Create User" endpoint of Graph API

Hello everyone, We are in the process of migrating our authentication provider from Auth0 to MS Entra External ID for External Tenants (B2C). We have a couple of workflows we need to replicate in MS Entra External ID, particularly Create User and Reset…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,977 questions
asked Jan 8, 2025, 11:53 AM
Suraj 0 Reputation points
answered Jan 8, 2025, 2:39 PM
Suraj 0 Reputation points
0 answers

Get-MgUserCalendarView "The specified object was not found in the store"

I'm attempting to get info on some of our resource calendars. Since this doesn't function well within the EXO Powershell, I was pointed towards the MSGraph module. So I use these commands: $StartDate = "2024-01-01T19:00:00-08:00" >>…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 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,596 questions
asked Jan 8, 2025, 2:07 PM
Jamro Chris 0 Reputation points
1 answer One of the answers was accepted by the question author.

Could we use api /groups/{id}/calendars/events for Azure daemon application ?

Hi, I am trying to build an Azure console app (without signed-in user) using this API (/groups/{id}/calendars/events). But today I read that It doesn't support for Application permission type. So I would like to use it for my console app, Could I use…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Dec 8, 2021, 9:32 AM
tai tran 51 Reputation points
commented Jan 8, 2025, 2:02 PM
Mo 0 Reputation points
2 answers One of the answers was accepted by the question author.

Azure VPN - Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph

We also got the notification to migrate to Microsoft Graph API but having a hard time figuring out where to make the changes for Azure VPN?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 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,761 questions
asked Jan 7, 2025, 4:24 PM
Jarvis 20 Reputation points
commented Jan 8, 2025, 1:31 PM
Akhil Nasalwai - MSFT 85 Reputation points Microsoft Vendor
1 answer

How I can add an application to my Entra External ID user flow using Graph API?

Context We have built a portal where our in-house developers can register their applications. After approval, graph API's are called automatically to create the app registration/service principal. Multiple forms of authentication are supported. Use…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,977 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,761 questions
asked Jan 7, 2025, 1:03 PM
Danny Bollaert 20 Reputation points
answered Jan 8, 2025, 1:27 PM
Akhil Nasalwai - MSFT 85 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

When do I need to include the full namespace for a scope e.g. "https://graph.microsoft.com/Mail.Send" vs "Mail.Send"?

Hi Initially, I was led to believe that I would need to define a scope when requesting access as an application (application-level permissions) differently from when requesting as a logged-in users (delegated permissions). I would always use the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Jan 8, 2025, 9:00 AM
Marco vanW 96 Reputation points
commented Jan 8, 2025, 1:00 PM
3 answers

Microsoft Graph API error: Access token validation failure. Invalid audience.

We have registered the app in AAD and granted the following permission to Microsoft Graph under API permissions in Azure portal After passed in tenant id, client id, client secret. we generated an access token When I call the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
asked Sep 4, 2022, 1:01 PM
MelData 51 Reputation points
answered Jan 8, 2025, 12:36 PM
arash ramez 0 Reputation points
1 answer

Backup size using resource graph query

Hi do we have possibility get the backup size via azure resource graph, while we have option to get the backup size in loganalytics. Any changes made in the azure resource graph query to get the backup size?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,333 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,294 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,723 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,286 questions
asked Jan 3, 2025, 3:28 PM
Siva 646 Reputation points
commented Jan 8, 2025, 11:48 AM
Ashok Gandhi Kotnana 1,765 Reputation points Microsoft Vendor