0

I would like to provision a SharePoint Site and Lists from the Microsoft Teams Personal App. I know that can be done if used as channel app.

But my requirement is to provision site/subsite from the Teams Personal app only.

I am ready to use Flow or PnP if I get the context.

I am stuck in this, any help is appreciated.

Sigar Dave
  • 2,598
  • 1
  • 20
  • 42
  • You can create a personal static tab and upload that manifest to Teams. You can provide sharepoint address for contentUrl. https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#statictabs `"staticTabs": [ { "entityId": "spsite", "name": "sp site", "contentUrl": "https://xxxxx.sharepoint.com/sites/RAExperts", "scopes": [ "personal" ] } ]` – Meghana-MSFT Jan 31 '23 at 10:46
  • This siteurl is going to be dynamic, so cannot be put inside manifest. Like a Product – Sigar Dave Feb 01 '23 at 11:25
  • We will check internally and get back to you. – Meghana-MSFT Feb 03 '23 at 06:09
  • Engineering team has confirmed that this is currently not supported. – Meghana-MSFT Feb 07 '23 at 06:49

0 Answers0