<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y0000ATwH2qSQFOkta Classic EngineAdministrationAnswered2025-07-28T09:00:39.000Z2021-02-16T04:24:47.000Z2021-02-19T05:26:07.000Z

nhmer (nhmer) asked a question.

How to view the logs of application change made by other admins?

Is there anyway ((in the system logs or elsewhere) that admins can view changes to applications made by other admins? I am trying to find the details but unable to get this information.


  • Hi Rajiv,

     

    This is Ovidiu with Okta Support team! In order to search the System log for application update events, you need to use this query:

    eventType eq "application.lifecycle.update"

     

    This will list all the events with all the applications that were modified. The actorid will specify the administrator who performed the changes, and if you need to check for a specific application, you need to add this variable to the query:

     

    target.id eq "{id of the application}"

     

    so the final query would look like this:

     

    eventType eq "application.lifecycle.update" and target.id eq "{id of the application}"

     

    you can then add the administrator that you wish to check to the query and the result would be:

     

    eventType eq "application.lifecycle.update" and target.id eq "{id of the application}" and actor.id eq "{administrator user Id}"

     

    I hope this helps you, but if you need additional assistance or have other questions, you can also open a Support ticket and we will do our best to help you!

    Expand Post
This question is closed.
Loading
How to view the logs of application change made by other admins?