Add names/email ids from a SharePoint list to SharePoint groups via Nintex workflow


Badge +1

Hello! I have created a simple Nintex form wherein users can add their details. Once the details are added,  I am storing their names and email ids in a SharePoint list. Now as an when a user add his/her details, i want to automatically add them to the SharePoint group which I have created. Can someone guide me on how to build a Nintex workflow for the same. 


3 replies

Userlevel 6
Badge +22
Hi,

You can add the user to a group using the Sharepoint web service http://Site/_vti_bin/UserGroup.asmx
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee547840%28v%3doffice.14%29
Badge +1
Thank you for your swift response, Simon!

Is there any way by which we could achieve the same through Nintex workflow?
Userlevel 6
Badge +22
Yes, You use the call web service action to call this webservice.

Reply