Skip to main content
Nintex Community Menu Bar

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

  • March 19, 2020
  • 3 replies
  • 8 views

Forum|alt.badge.img+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

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • March 19, 2020
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

Forum|alt.badge.img+1
  • Author
  • March 20, 2020
Thank you for your swift response, Simon!

Is there any way by which we could achieve the same through Nintex workflow?

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • March 22, 2020
Yes, You use the call web service action to call this webservice.