Configuring the Azure Storage Account Access keys automated regular rotation?
What is the best way to enable and configure the Azure Storage Account Access keys automated regular rotation? I need to get both Azure Storage Account Access keys regularly rotated daily. Thank you.
How to join a scheduled meeting using Azure bot
Hello, I am trying to join a scheduled call request_body = Call( odata_type="#microsoft.graph.call", callback_uri="https://5141-185-249-114-114.ngrok-free.app/callback", tenant_id=self.tenant_id, #…
I get a permissions error sending email with MS Graph
I am getting a permissions error and not able to find an answer. To be sure, I even set up a second new Azure portal and subscription, again followed the instructions, again got the same error. I must be missing something basic. One of the issues I guess…
assign comment or suggestive changes role to a user in sharing a word doc to a user
https://learn.microsoft.com/en-us/graph/api/driveitem-invite?view=graph-rest-1.0&tabs=http in documentation there are only 2 roles listed in read and write i want to share a word document using this api in comment/suggestive-mode role (like if i am…
OneDrive and SharePoint Authorization Issue
Hi Support Team, Tried logging into our MS Entra ID as a global admin, then find the calling app and grant admin consent for the Files.ReadWrite.All,offline_access permissions. I have successfully setup OAuth in my Application and Authorization is…
How to view the list of all enterprise applications with the owner, user and date created in azure?
Please asking for your help on this on how to generate a report with all the list of enterprise application in Microsoft Entra with the owner, user and date created?, Anyone who can share on this solutions. Thank you
Microsoft Graph API Connection to Microsoft Teams Phone for Automated Phone Call Audio Recording
Hello, I am curious if the Microsoft Graph API is capable of connecting to Microsoft Teams Phone service for automated phone call recording needs? To clarify, I am referring to Microsoft Teams Phone and not the traditional Microsoft Teams 365 service.…
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 can I tag Service Principals or App Registrations (or whatever they're called)?
I have app registrations with secrets/certs I want to programmatically track in terms of expiration. But to do this, I need to somehow tag either the secrets/certs themselves of the app registration with ownership information (so I can inform the right…
Directory roles vs role management (unified roles) in entra id
While learning the Entra ID and RBAC through graph api, I came across two terms DirectoryRole and RoleManagement. I have some questions on it. What is difference between role template and role definition? In the following screenshot, RoleDefinition…
Various permissions
In Azure on my account 'OdczytPocztyGHG->Permissions' there are two tabs with admin consent and user consent. All permissions are delegated. Accounts only in this organizational directory (single tenant) In the Admin Consent tab there are permissions:…
Difficulty Accessing Non-Interactive Sign-In Data via Microsoft Graph API
Hello, I am encountering challenges in accessing the appropriate API to retrieve Microsoft Non-Interactive Sign-In data. Despite my efforts, I have been unsuccessful in obtaining this information. According to Microsoft, the List_signIns API in the v1.0…
[Planner App] - Unable to load roster when user deleted from organization
II have an internal business app that creates Planners for long duration customer projects. The duration of these engagements means that it is highly likely that an employee at our organization will leave the company at which point our IT staff deletes…
I have a Migrate Service Principals from the retiring Azure AD Graph APIs to Microsoft Graph issue, but do not know how to identify source from ID field
In my Azure > Overview > Recommendations. I have the high incident of Azure AD Graph API to Microsoft Graph. I cannot find the source of the issue, but it does show me the ID number. So how can I find what the source of the issue is from the ID…
using microsoft graph to get user profile properties from azure and O365 groups on a SPFX webpart
I been trying to get information from the Azure AD using the code below, but the result is Error fetching user profile undefined I am running the webpart with gulp serve on my serve.json file I have my sharepoint site collection url so it opens the…
Update Group throws error when updating hideFromOutlookClients and hideFromAddressLists properties
After January 15 request to update groups properties hideFromAddressLists or hideFromOutlookClients ends up with error response: ErrorInternalServerError Message: An internal server error occurred. The operation failed., The value is set to empty…
How to fetch meeting transcript using RSC based permission framework
The goal I want to build a Teams app, with an Azure bot (built using the Bot Framework Python SDK), added to a meeting. When the meeting is started, a notification subscription is registered with the Graph API to alert an endpoint that the transcript is…
How to send proactive message to users if conversation id not have
I’m currently building a Teams application that includes both a bot and a tab. I want the bot to proactively send messages to users. While I know that adapter.sendActivity can be used to send messages, it only works for users within the current context.…
Internal Server Error - 500 - Graph Beta auditLogQuery
I receive (both from Graph Explorer and Powershell 7) the error: Internal Server Error - 500 when run a POST to create an auditLogQuery search: To Reproduce: Go to https://developer.microsoft.com/en-us/graph/graph-explorer Select 'POST' and beta …
How to retrieve Date of Birth (DOB) for users in Default Azure Active Directory (non-B2C) using Microsoft Graph API?
I am working on an application where I need to retrieve basic user information, including Name, Email, and Date of Birth (DOB), from Microsoft Graph API. However, I am encountering challenges, particularly with accessing the DOB attribute in a Default…