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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top