<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
0D54z00009hbXZpCAMOkta Classic EngineAdministrationAnswered2025-09-13T09:01:51.000Z2023-10-06T20:08:16.000Z2023-10-31T21:59:26.000Z

KamleshP.09993 (Customer) asked a question.

Using Okta API - How can we tell if a user was added to the group manually vs. Group assignment rule?

This question has been asked before. All I can find is "ideas and look here" but no specifics. In the Okta Admin UI I can see in my org a particular group has members both manually added and by Group rule. I am looking to audit all my groups and members to address upcoming change to clean up group memberships and implement a new way to manage group members.

 

Group member list api https://yourcompanyname.okta.com/api/v1/groups/00grq68bn6NNKiCu10x9/users will provide user list for a paticular group.

We can see the return object is of response User. From User object I can tell if user is still active or not and all user profile attributes.

 

I am continuing to read the Okta API docs to see if I can locate an API to find how a user was added to the group.

 

Take care


igj3o likes this.
This question is closed.
Loading
Using Okta API - How can we tell if a user was added to the group manually vs. Group assignment rule?