Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to get notified about changes on SharePoint groups.
    primarykey
    data
    text
    <p>I'm actual looking for a way to get notified about any changes on a SharePoint group. First I though I would be able to this by attaching a event handler to some kind of group list. But unfortunately there are no such list representing SharePoint groups. </p> <p>My second attempt was to bind a event handler to the content type SharePointGroup but this didn't work either. </p> <p>So are there any other options to get notified about events on a SharePoint group?</p> <p><strong>EDIT:</strong></p> <p>Thanks for the reply so far.</p> <p>I forgot to mention that I've already googled and read about the user information list. Sorry.</p> <p>First I found a forum entry where they post the relative URL to the user information list (_catalogs/users/simple.aspx). When I'm using this link to see the list,it only contains users and no groups. I don't know but perhaps this link does some filtering on the list.</p> <p>The other information I found about in several blog and forum posts was that a event handler attached to the user information list are not fired up on an events. I have to admit after reading that it doesn't work so many times and even on MSDN (<a href="http://msdn.microsoft.com/en-us/library/aa979520.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa979520.aspx</a>), I didn't try it on my own.</p> <p>The problem attaching the event handler to the content type wasn't the attaching thing, the handler simply didn't get fired when I for example changed a group name or deleted a user from the group. I don't have an idea why the handler doesn't get called I pretty sure I implemented the right methods and attached them to the right events.</p> <p><strong>Any other suggestions how to get informed about changes on SharePoint groups?</strong></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload