Remove User From Group Using SP Services

function RemoveUserFromGroup(grpName, user) {
    $().SPServices({
        operation: "RemoveUserFromGroup",
        groupName: grpName,
        userLoginName: user,
        async: false,
        completefunc: function(data, status) {}
    });
}


Comments

Popular posts from this blog

SPSiteDataQuery to get data from multiple lists in site collection level in sharepoint 2013

Some of the Share Point Object Which I Practiced Till Now

My Interview Experience