Skip to main content

Power Automate and Team Sites

We can create Team Sites using Power automate. Use “Send HTTP Request to SharePoint” action for creating team site.

To create Modern Team Site (No Group)

We need to make a call to “/_api/SPSiteManager/create” end point. SiteDesignID parameter is optional.

Your call should look like below when action is created.



 

 








Modern Team Site (Linked to a Group)

We need to make a call to “_api/GroupSiteManager/CreateGroupEx” end point. Ensure to pass implicit formula parameter something like below.

["implicit_formula_292aa8a00786498a87a5ca52d9f4214a_7c13ef32-45f0-4282-a3c7-2d05ff0a9189"]

Your call should look like below when action is created.



 










Thanks,

Keyur Pandya

Comments