In this article you will see how to add a user to a SharePoint group using a NINTEX workflow.
In this article you will see how to add a user to a SharePoint group using a NINTEX workflow.IntroductionIn this article you will see how to add a user to a SharePoint group using the NINTEX workflow. We will be adding the user to the SharePoint group by calling the web service _vti_bin/usergroup.asmx. I have created a custom list named "User Provisioning" in which I have the following columns:
The SharePoint Group column is used to specify to which group the user must be added and the User Name column is used to specify the user to be added to the specified group.Creation
The following explains how to create the site creation workflow:
Publish the workflow
Test the workflow
SummaryThus in this article you have seen how to add the user to the specified SharePoint group using the NINTEX workflow.Related Links:
Getting Started with SharePoint Framework Development using TypeScript, PnP JS, and React JS