<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
How to See the OU Changes in the System Log
Administration
Okta Classic Engine
Okta Identity Engine
Overview

This article describes how to see the Active Directory (AD) Organizational Units (OU) changes in the System Log. 

Applies To
  • Active Directory
  • System Log
Solution

There might be cases where is needed to check and see what and when something was changed in the AD settings in Okta (for example, OU changes).

Track OU/AD changes using the System Log and the below query based on the targeted AD:

debugContext.debugData.requestUri eq "/admin/app/active_directory/instance/<instanceID>"

 

The Active Directory instance ID can be found in the URL of the AD settings in Okta, as shown in the screenshot below:

Assignments  

The result in System Log would be as shown in the screenshot below:
System log  

NOTE: This will not show changes on the Active Directory server. The query is for Okta and will show changes on the AD settings on the Okta side.

Loading
How to See the OU Changes in the System Log