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.
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, …
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…
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…
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 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…
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.
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
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…
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:…
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…
$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:…
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…
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…
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…
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…
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…
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…
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…
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…