Question

I want to create remote event receiver which will trigger whenever any new user is added in SharePoint group.

That user details and group and site details I need to maintain in SQL Data base.

Regards Rajat Sahani

Était-ce utile?

La solution

You could use GroupUserAdded in SPRemoteEventType to achieve this, check if the EventType is SPRemoteEventType.GroupUserAdded .

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top