I am trying to get the applications in which users are added and removed after certain date-time.
To achieve this i am using event api in below rest request -
{url}//api/v1/events?limit=200&filter=published ge “2017-12-04T08:55:04.004Z” and (action.objectType eq “app.generic.provision.deactivate_user_from_app” or action.objectType eq “app.generic.provision.assign_user_to_app”)
this will return all the application from which users are added and removed after this date.
But it is not working did any one is having any idea about how to do this.