microsoft-graph-teams Questions
2
I have list of channel id of particular group, I want the group Id and name from channel Id.
Is there any such api in Microsoft graph api?
Backsight asked 5/3, 2021 at 11:40
1
Solved
Bot framework .Activity.TeamsGetTeamInfo().Id Docs gives Ids in the format of 19:[email protected], but Graph API takes Ids in the form of GUIDs 1be44bc0-02cb-4715-9ecc-cba191e64cb5 Docs.
Grap...
Liquid asked 17/5, 2022 at 7:48
1
Solved
Today I read an article about the two PnP libraries "PnP Core SDK" and "PnP Framework".
PnP Core SDK seems to be a framework that is totally abstracting CSOM, Graph or REST Apis...
Openandshut asked 22/2, 2022 at 14:15
3
Solved
When creating multi-tenant apps that will use Azure AD Authentication to sign users in, various samples on GitHub seem to suggest that the App Registration should include the following permissions ...
Modestine asked 10/12, 2020 at 20:28
2
I am trying to use the Microsoft Graph API to create OnlineMeetings here
https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http
But when confi...
Nonie asked 4/7, 2021 at 23:55
1
Solved
Is there any workaround to be able to create, update and delete conversation on private channels using code?
Bibcock asked 28/6, 2021 at 8:21
0
We work on MS Teams bots. Each bot notification contains aadObjectId in request body by which we identify the user.
Sample Bot Request
{"name":"composeExtension/query","typ...
Creativity asked 28/4, 2021 at 8:15
3
Any user who logged into our system (IdentityServer as Auth) under a specific tenant should be able to create an event as an online meeting (MS Teams).
We followed Build ASP.NET Core MVC apps with ...
Lowder asked 24/6, 2020 at 12:54
2
The teams list channel Graph API has started throw Unauthorized error as below. It use to work fine until yesterday. We are using "ServicePrincipal" for authentication and it has all nece...
Kerriekerrigan asked 16/10, 2020 at 15:47
1
Solved
I'm trying to implement the following solution: a web application that subscribes to all MS teams chat messages. If a message contains forbidden text, the application should somehow warn the user (...
Caridadcarie asked 21/7, 2020 at 10:44
2
Solved
We would like to achieve an eDiscovery integration that can track all past and new chat & channel messages.
But we observed that with Delegated Permissions, the app can only list Chats that the...
Patmore asked 8/7, 2020 at 9:20
2
Solved
I am trying to fetch the MS Teams roaster / user profile.
Below are the sequence of Postman calls I am making:
Generated Access Token:
https://login.microsoftonline.com/botframework.com/oauth2...
Poker asked 7/3, 2020 at 16:46
0
I have created and deployed a bot in Microsoft Teams. Bot Works properly and responds when user talks to the bot using @Mention (e.g. @mybot) in a channel. I just tried to send message to the bot u...
Nonperishable asked 18/12, 2019 at 12:11
1
© 2022 - 2024 — McMap. All rights reserved.