Create a Non Group Connected SharePoint Team Site Using Power Automate

Опубликовано: 05 Февраль 2026
на канале: Ravindra Jadhav
204
8

Create a Non Group Connected Team Site Using Power Automate
Create a Non Group Connected SharePoint Team Site Using Power Automate
Create Team Site Using Power Automate
About Video :-
Learn how to create a non-group connected team site using Power Automate in this step-by-step tutorial. Perfect for those looking to streamline their SharePoint site creation process without linking to a Microsoft 365 group. Watch now to simplify your workflow!

Tags -
Power Automate,
SharePoint,
Non-group connected team site,
Team site creation,
Microsoft 365,
SharePoint automation,
Workflow automation,
Office 365,
SharePoint tutorial,
Power Automate tutorial,

Useful Links -

Hashtags :-
#PowerAutomate #SharePoint #SharePoint Online

Hello everyone, my name is Ravindra. I welcome all of you to my channel. In this channel, I share my knowledge of the Microsoft Power Platform, Power Apps, Power Automate, and Power BI.
🤝 Let’s connect on social:
🔗 Ravindra Jadhav LinkedIn:   / ravindra-jadhav-powerplatform  
My Gmail - [email protected]
My Number - +91-9146152149
For More Information Connect on Different Platforms-
https://linktr.ee/jadhav_ravi_oo7

Uri
_api/SPSiteManager/create
headers
{
"accept": "application/json;odata=verbose",
"content-type": "application/json;odata=verbose"
}
Body
{
"request": {
"Title": "My Ravindra Create Not group connected Team site
",
"Url": "https://vztp7.sharepoint.com/sites/RA... Not groupconnectedTeamsite"
,
"Description": "Create Not group connected Team site
",
"Owner": "[email protected]
",
"Lcid": 1033,
"WebTemplate": "STS#3",
"SiteDesignId": "@{guid()}",
"ShareByEmailEnabled": true
}
}