<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
0D54z00008i1wgOCAQOkta Classic EngineLifecycle ManagementAnswered2023-01-29T07:12:41.000Z2023-01-25T07:45:24.000Z2023-01-29T07:12:41.000Z

Netanelp.67066 (Customer) asked a question.

System log order Polling vs Bounded request

Lets say I want to track a user for his changes using the system logs API.

I don't want to miss any event and process them in the current real order, so polling looks like the way to go. But the API say that the events are returned by the insertion order.

 

Lets say the real event order are:

  1. Update his first name to 'User1'
  2. Update his first name to 'User2'

Is the possible that the response will be event 2 then event 1?

 

The goal her is to track user changes using the system log API

 

Thanks


  • Hello @Netanelp.67066 (Customer)​ Thank you for reacting out to our Community!

     

    To answer your question: Is the possible that the response will be event 2 then event 1?

    No, the API will provide the response in order that they have been done.

    If the proper API call is being used, everything will show exactly as they are being recoded in the System log.

     

    The Okta Community Catalysts Program is now live. Collect online badges when you participate in the Okta Help Center Questions community. Learn more here.

    Community members help others by clicking Upvote or Select as Best on responses. Try it today.

    Expand Post
    Selected as Best
  • Hello @Netanelp.67066 (Customer)​ Thank you for reacting out to our Community!

     

    To answer your question: Is the possible that the response will be event 2 then event 1?

    No, the API will provide the response in order that they have been done.

    If the proper API call is being used, everything will show exactly as they are being recoded in the System log.

     

    The Okta Community Catalysts Program is now live. Collect online badges when you participate in the Okta Help Center Questions community. Learn more here.

    Community members help others by clicking Upvote or Select as Best on responses. Try it today.

    Expand Post
    Selected as Best
This question is closed.
Loading
System log order Polling vs Bounded request