<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
System Log Events for Group Creation or Deletion
Administration
Okta Classic Engine
Okta Identity Engine
Overview
The System Log contains details of various logged events for the org. 
Applies To
  • System Log
  • Okta groups
  • API
Solution

Starting with Okta version 2019.11.0, System Log events have been added that indicate when Okta user groups are successfully created or deleted. The following events are fired in the System Log when a group is created or deleted:

  • Okta Group creation group.lifecycle.create

  • Okta Group deletion group.lifecycle.delete

Check for these events in the System Log by using the following queries: eventType eq "group.lifecycle.create" and eventType eq "group.lifecycle.delete".

For additional information on these System Log events, please visit the Event Types Okta developer documentation.

syslog-groupcreatedel 

Optionally, create an Event Hook for both events using Create Okta Group and Delete Okta Group, found in the Subscribe to events field.

Add Event Hook Endpoint 


Related References

Loading
System Log Events for Group Creation or Deletion