Hi Yu Chen, ronalg
I am experiencing an issue when trying to use /_api/SPSiteManager/Create within Power Automate (Flow) to create a Sharepoint Online Modern Site with no 365 group.
I have used the example on this site to create the POST.
I am getting a '200' Status Code with the response below and can not work out what is going wrong.
{
"d": {
"Create": {
"__metadata": {
"type": "Microsoft.SharePoint.Portal.SPSiteCreationResponse"
},
"SiteId": "",
"SiteStatus": 3,
"SiteUrl": ""
}
}
}
I have tried the following end points:
https://tenant.sharepoint.com/_api/SPSiteManager/Create
https://tenant.sharepoint.com/_api/SPSiteManager/Create
both return the same response.
I have tried 2 separate user accounts and both return the same response.
Could anyone provide any other areas to check or any guidance?
Thanks is advance