<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
0D50Z00008G7VEFSA3Okta Classic EngineAdministrationAnswered2024-04-30T09:18:25.000Z2018-01-03T14:14:25.000Z2018-01-03T14:14:25.000Z

1oqsl (1oqsl) asked a question.

System Log Group Membership Search
Anyone know the search syntax for showing current membership of any given group name? I'd like the ability to search for all users in a defined group, and then be able to export that csv.

j5v7c likes this.
  • j5v7c (j5v7c)

    This procedure can be done with API calls ( https://developer.okta.com/docs/api/getting_started/api_test_client.html ).

     

    This is the API call that needs to be run for each individual group by modifying the GroupID after each run : {{url}}/api/v1/groups/{{groupId}}/users 

     

    in order to have a CSV file as a result, you can use a JSON to CSV converter which will provide you with a downloadable file that can be used.
    Expand Post
This question is closed.
Loading
System Log Group Membership Search