Forum Discussion
XDeveloper29
May 03, 2024Copper Contributor
Using Bot app in different organization
Hello, I have created a bot app using teams toolkit and run it locally. Using the teams toolkit, it has automatically created a app in developer portal of teams, created a app in app registrations i...
Prasad_Das-MSFT
Microsoft
May 03, 2024XDeveloper29 - Is your app already deployed in your tenant?
If yes, then to allow users from another organization to install and use your bot without publishing it to the Microsoft Teams Store, you can share the app package with them.
-
Create the App Package:
- You have already hosted your bot on a server and configured the endpoint. Now, you need to create an app package that includes the manifest file and other necessary settings.
-
Share the App Package:
- Once you have the app package ready, you can share it with your client or users in the other organization.
- Users can install the bot by uploading the manifest file from the app package directly into their Teams instance.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.