How to get updated apps connected to users in Okta

I am trying to get the applications which connected to users after specific date time. What i observe is that if i hit this api -

{{url}}/api/v1/apps/
Then the “lastUpdated” time stamp is not getting changed. my question is how can i get the users whoese application is modified after specified date and time in Okta through rest api.

Any help appreciated.

Can you use the inbuilt application usage report:

image

Or {{url}}/api/v1/events?limit=100&filter=action.objectType eq “app.auth.sso” and target.id eq “{{appId}}”

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