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...

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 ...

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...

1

Solved

Is there any workaround to be able to create, update and delete conversation on private channels using code?

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...

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...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.