How to set defaultInstallScope in Teams Bot manifest

random-engineer 30 Reputation points
2023-09-12T14:34:19.95+00:00

Our app uses both the team and personal scope. There's an option to set the app's default install scope in the manifest. However, this option is not available in the Teams Developer Portal.

We'd like to set the team as the default install scope, like this:

"defaultInstallScope": "team"

However, without there being an option in the Developer Portal how are we supposed to set this value in order to deploy our package to the store?

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,205 questions
{count} votes

Accepted answer
  1. Meghana-MSFT 3,871 Reputation points Microsoft Vendor
    2023-09-21T06:33:24.48+00:00

    Currently there is no option to configure defaultInstallScope in Teams developer portal. we can configure only defaultGroupCapability, defaultBlockUntilAdminAction in the Teams developer portal.

    It is suggested to add defaultInstallScope by editing the manifest directly.

    Thanks, 

    Meghana

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.  

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.