How to add a user to a SharePoint user group

552 Views Asked by At

I have a contacts list that I would like the ability to add a contact (user) to the Visitor's security group. I have a workflow that gets the appropriate security group and now I need a HTTP REST request of adding this user to that group.

Thank you in advance

1

There are 1 best solutions below

9
Baker_Kong On

I understand you want to add a user to a group using SharePoint Rest API. If so, you can take a reference of below dcos:

enter image description here

BR