Nintex WF 2010: Add users to a SP group by filtering an AD group

  • 13 June 2016
  • 1 reply
  • 1 view

Badge +5

Hi,

I've 2 AD groups A and B. Some group B members also belong to group A. Can I add users to a SP group X using Nintex WF such that they are members of AD group B, but not A.

Regards,

Korak


1 reply

Userlevel 5
Badge +14

yes, it should be doable.

unfortunately there is not an OOTB action and will have to use UserGroup.asmx webservice.

if you search through the forum you will definitely find some examples how to use that service.

the service exposes two methods - GetGroupCollectionFromUser and GetUserCollectionFromGroup that might help you.

UserGroup Members (websvcUsersGroups)

Reply