How to create SharePoint groups using site deployer (4.8) - How to create SharePoint groups using site deployer (4.8) - Community forums - Akumina Community

Community forums

Forum Navigation
Please or Register to create posts and topics.

How to create SharePoint groups using site deployer (4.8)

Trying to create SharePoint site groups with permission levels in SharePoint 2016 (on-prem). I have tried with PNP tags in sitedefinition->SecurityGroups->group.xml file.

So far no luck.

Any leads, highly appreciated.

Create a SharePoint security group in the site collection itself.

This is located under Site Settings > People and Groups.

Thanks Gale for reply.

I'm looking for groups creation automation through site deployer.

Solution :

<?xml version="1.0" encoding="utf-8" ?>

<groups>

<group name="{SiteTitle} - Operations" permissions="Full Control" description="Requirements match standard SharePoint permission level." />

</groups>

//]]>