graph-api
4 TopicsHow to list all Application API permissions for an app in Azure AD?
I can use oauth2permissionsgrants in the Graph REST API or the Get-MgServicePrincipalOauth2PermissionGrant PS cmdlet to get the Delegated permission grants for an application (a service principal). But how do I get a list of all the Application permission grants for an application? KimmoSolved12KViews0likes2CommentsMS-Teams Graph | listing all callID's or the call history of a member | call duration
dear wonderful people , for a small intern project I want to implement the call duration of the ms-teams into the customer relationship management system database - I don't manage to list all callID's to then get the startDateTime & endDateTime of the microsoft.graph.callRecords segment. - what is the most convenient way to get the list of all user IDs of my organization? - how do I get the list of all call IDs? - how do i get all call durations or the call history of a member? - how do I subscribe to an update for each call made by a user in the group? - how do I write the session data to the database? Thank you to anyone who can help me. I have been dealing with this for a while and am currently trying to find a solution with CQD and PowerBiConnect. Im willing to pay a pocketmoney of 100-150€ or more for a working solution proposal and the willingness for light verbal support if I can't get the implementation right. Greetings from Germany4.8KViews0likes2CommentsAdaptive/Hero card Action.Submit/Button {type: "imBack"} not working on PC
Hi, I'm using graph API to send an Adaptive card or Hero card (tried both) containing a number of options, listed as buttons. and require the text value of the button to be sent back through the chat as if the user sent it. adaptive_card = { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.5", "actions": [ { "type": "Action.Submit", "title": "Submit", "data": { "msteams": { "type": "imBack", "value": "Get Order Status" } } } ] } card = { "subject": None, "body": { "contentType": "html", "content": "<attachment id=\"xxxxxxxxxxxxxxx\"></attachment>" }, "attachments": [ { "id": "xxxxxxxxxxxxxxx", "contentType": "application/vnd.microsoft.card.adaptive", "content": json.dumps(adaptive_card) } ] } When pressing the button on the adaptive card on the mobile app it works as expected, when pressing the button on the PC MS-teams app it does nothing.3KViews0likes7CommentsIVR Scenario Problems
Hey There I have a MS Graph Bot for Teams and have to play a .Wav File during a Call. I can start this Call and Manage it very well over Graph. But when I want to start a Sound I become Completed. But No Sound starts. When I read the results of the Call I see 2 Error Messages: What am I doing Wrong? Best Regards Swess2.5KViews0likes14Comments