<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
Retrieving Total Number of Group Rules in Okta Org
Lifecycle Management
Okta Classic Engine
Okta Identity Engine
Overview

Admins may need to retrieve the number of group rules that exist in a tenant for various reasons. This article details how to retrieve this data. 
 

Applies To
  • Group Rules
  • Groups API
  • Rockstar 
  • Okta Classic Engine
  • Okta Identity Engine (OIE)
Solution

The easiest way to retrieve the number of group rules would be to leverage the Rockstar browser extension. 

Once installed, please perform the following: 

  1. Load the browser extension.
  2. Go to Directory > Groups > Rules.
  3. Click on Export Group Rules in the Rockstar UI (screenshot below as a reference).

Rockstar - Export Group Rules

 

This will download a CSV file including all the group rules and display a message detailing the number of rules exported.

Group Rules



Admins may also perform an API GET /api/v1/groups/rules call to retrieve all group rules. 
 

Related References

Loading
Retrieving Total Number of Group Rules in Okta Org