Showing posts with label SharePoint Permissions. Show all posts
Showing posts with label SharePoint Permissions. Show all posts

Oct 9, 2017

Check if current user is member of a SharePoint group using JQuery

Scenario This code will help you to check if the current user is a member of a group. Suppose you want to check if the current user is member of a Owners group or not. Just update the "grpName" variable value and run the code 😎 Steps to use the code 1. Use the Script Editor web part and add...