
Netanelp.67066 (Customer) asked a question.
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:
- Update his first name to 'User1'
- 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.