Fashion Rupee Customer's Care Number . 09516192422//8926277268 call
Mitwa bhool Na Jana phool se khushbu ja sakti hai dil se pyar nahin ja sakti jis mujhe Jaan judaa ho sakta hai
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://learn.microsoft.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…
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 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?
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
Restrict app access of graph apis to specific folder of share point
I want to restrict access of an app for specific folder in a site. I have created an app with Site.Specific permission. I have created another admin app with Full Access. Now when I try to provide folder level access to the site specific app, I get…
Do I need to include offline_access (scope) when requesting an access token in order to receive a refresh token?
Hi I am just not 100% whether or not I would need to define scope so that it included "offline_access" when I request an access token (from [...]oauth2/v2.0/token), provided that I have already authorized and granted consent for that scope…
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": {…
Error call api graph api
My account call rest api to : https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages?$top=10&$orderby=receivedDateTime and i get error message : Application Request Queue Full HTTP Error 503. The application request queue is full.
General Exception Using List Item Patch API Endpoint
The endpoint : PATCH https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items/{item-id}/fields Is not working today, we get a 'General exception while processing'. Statuscode 500 Stacktrace: at…
Connecting to Microsoft Graph always leads to script error
Whenever we connect to Graph (via Powershell 'connect-mggraph') the popup to sign in appears, but when logging in we always get the following script error: Under Permission classification (Enterprise Applications -> Consent and permissions) we have…
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:…