Hello,
Is it possible to amend the HTTP request Body to add a second owner to a Communication SharePoint site?
This successfully creates a Communication site with one owner, but I'm struggling to find a way to add a second owner either in this step or in a separate step after - as Communication sites don't create Groups.
{
"request":{
"Title":"@{variables('SiteTitle')}",
"Lcid":1033,
"Description":"",
"Classification":"",
"ShareByEmailEnabled":false,
"SiteDesignId":"00000000-0000-0000-0000-000000000000",
"Url":"https://xxxx.sharepoint.com/sites/@{variables('SiteTitle')}",
"WebTemplate":"SITEPAGEPUBLISHING#0",
"Owner":"@{outputs('Update_Prefix')?['body/PrimaryOwner/Email']}",
"WebTemplateExtensionId":"00000000-0000-0000-0000-000000000000"
}
}
Any help is welcome!
Thank you

Report
All responses (
Answers (