23 October 2018
08:58 AM
Hi,
I am using flow and send HTTP request to Sharepoint to provision some subsites, going for a non azure /pnp option if I can.
I create a subsite in a SharePoint online using the method posted below via REST API / Flow
However the UseUniquepermissions has two values, true or false.
If its false it inherits the parent permissions / groups as expected.
If its false you just get an empty Sub site and no site groups.
I want to replicate the ability of _layouts/15/permsetup.aspx where you can create specific owner, member, visitor groups of the subsite
So whilst I can manually create the standard owner, member , visitor groups and mimic them there is no way I have found to set one of these as the default associated groups via REST API. AssociatedOwnerGroup, AssociatedMemberGroup etc Lots of people say GET works but POST / MERGE doesn’t)
So either I require the ability to set a default group via REST API would suffice (this just helps out when people share the site as it will default to the appropriate group), or the ability to somehow set the out of the box associated groups AssociatedOwnerGroup, AssociatedMemberGroup etc would be good all via REST API.
Any help appreciated as this is my last stumbling block!
regards
Brad
{'__metadata':
{ 'type': 'SP.WebInfoCreationInformation' },
'Url':'theurl',
'Title':'thesubsite',
'Description':'Some Description',
'Language':'1033',
'WebTemplate':'STS#3',
'UseUniquePermissions':true}
}
Hi @bradleyh,
Could you share a screenshot of your current configuration?
Could you share the detailed configuration of Send http request to SharePoint?
In addition, please check and see if the following link would help:
It would be helpful if you could post more screenshot and we may provide a proper workaround for you.
Best Regards,
Barry
Hey, @bradleyh!
Thank you for posting on the Flow Community Forum! It appears as though @v-bacao-msft would like some more information in order to further assist you properly with your issue. Please share any additional information that was requested in order to decrease the amount of time that it will take for you to be assisted!
Thank you for being an active member of the Flow Community!
-Gabriel
Flow Community Manager
Hi!
You can use PnP templates in Microsoft Flow to provision SharePoint entities.
This article describes how to provision sites, lists, libraries, and Modern pages using PnP templates from Microsoft Flow.
Note, this is provided as an action in the Plumsail SP connector, which is a part of Plumsail Actions product. It is a paid product.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
87 | |
52 | |
35 | |
32 | |
27 |
User | Count |
---|---|
76 | |
66 | |
50 | |
46 | |
42 |