Hi All,
When we edit space permission of a user and deselect all space permission of user and then save, which EventListener listener will be call .
I tried "SpacePermissionsRemoveForUserEvent" listener. But when I saved then my listener is not calling.
Can anyone help me on the same.
Hi @d.b.kumar.chauhan and welcome,
here you can find all confluence events https://docs.atlassian.com/atlassian-confluence/6.6.0/com/atlassian/confluence/event/events/ConfluenceEvent.html
Based on that doc, it seems that you shoud use SpacePermissionEvent https://docs.atlassian.com/atlassian-confluence/6.6.0/com/atlassian/confluence/event/events/permission/SpacePermissionEvent.html
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.