Skip to main content
Nintex Community Menu Bar

How Can I Verify That A User Is In A SharePoint Group via Workflow?

  • April 2, 2018
  • 2 replies
  • 13 views

Forum|alt.badge.img+7

I need to have a condition where a user is in a SharePoint Group. If so do something, if not don't do something.

How can I verify a user is in a SharePoint group?

2 replies

Forum|alt.badge.img+14
  • Scholar
  • April 3, 2018

you will have to make a call to usergroup.asmx web service

see eg  


Forum|alt.badge.img+7
  • Author
  • Rookie
  • April 3, 2018

Thanks this is exactly what i needed.