1
votes

I'm trying to add Microsoft bot to teams group through an api,i have gone through graph api documentation and teams apps concepts etc, but i didn't find anything, main goal of the this idea is to add bot with out user interaction.

Is there any way to add bot?

1

1 Answers

0
votes

It's currently in beta version you can try to use

POST /teams/{team-id}/installedApps
{
  teamsApp: <AppId>
}

This API currently require admin consent so don't know if I recommend it more here, I saw apps like Polly that are doing it in an undocumented way, no idea how