<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
List Group Rules via API
Lifecycle Management
Okta Classic Engine
Okta Identity Engine
Overview

To successfully list the Group rules through API calls, a specific procedure must be followed. This procedure is discussed further in this article.

Applies To
  • API
  • Group Rules
Solution

Prerequisites

 

To list Group Rules via API, the following procedure is in place:

  1. Set up the Postman app as described in the Test the Okta REST APIs using Postman article.

  2. Import the Okta Groups Collection found on the Okta Groups API Collection Okta developer page.

  3. Prepare the List Group Rule API call and press Send.

NOTE: In the Okta collection, the API Admins may use any of the List rules with operation calls, which can be modified by removing the parameter by deselecting it from the Params section of the call.

Groups rules

  1. The response received will be a 200 OK, along with all the data for the rules on the tenant, which can be converted into a CSV using a converter.

 

Related References

Loading
List Group Rules via API