Skip to main content

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?

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

see eg  


Thanks this is exactly what i needed.


Reply