Forum Discussion
srini1292srinidevorg
Jan 19, 2021Copper Contributor
Auto install teams personal app on behalf of users and also custom bot needs to trigger
Auto install teams personal app on behalf of users and also custom bot needs to trigger with OnMembersAddedAsync method.
Mallipriya_MSFT
Jan 20, 2021Former Employee
srini1292srinidevorg, If you are an admin you can install bot and make it available for users in the tenant. Once the user opens up the bot automatically OnMembersAddAsync method gets triggered.
aavci
Jul 27, 2021Copper Contributor
Mallipriya_MSFT is it possible to do this without having to get the admin to manually make changes in the admin portal? Perhaps someway through the GraphAPI?