<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 List Group Members via API
Lifecycle Management
Okta Classic Engine
Okta Identity Engine
Overview
To successfully list the Group members through API calls, a specific procedure must be adhered to.
Applies To
  • API
  • Group API
Solution

Prerequisites: 

To list group members in a group, follow the steps or video below.

  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 Users API call and press Send.

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

Related References

Loading
How to List Group Members via API