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…
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
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…
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.…
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…
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…
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…
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:…
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": {…
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…
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…
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…
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…
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" >>…
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…
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?
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…
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 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…
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?