Get updated applications after give date time

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.

How is this different than:
https://devforum.okta.com/t/remove-users-from-application-logs-is-not-getting-retried/844

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.