
MohammedN.02386 (Customer) asked a question.
Hi,
I want to generate a report of all groups that have members who are added to it manually instead of by a rule.
I would love if the report is able to show me the names of those manually added users in those groups and also if possible to filter the results to show me users who are also part of another group or that have a specific attribute.
Thank you!

Hello @MohammedN.02386 (Customer),
Thank you for posting.
There currently isn't a way to get this kind of report via the Okta Dashboard. You can, however, use the Okta API to gather this information for your org by creating a script. I am providing some links below that will assist you in getting started with our API.
Getting Started with the Okta REST API's: https://developer.okta.com/code/rest/
Get User: https://developer.okta.com/docs/api/resources/users#get-user
List Group Members: https://developer.okta.com/docs/api/resources/groups#list-group-members
Pagination: https://developer.okta.com/docs/api/getting_started/design_principles#pagination
Sample Delete Users Python Script: https://github.com/SohaibAjmal/Okta-UD-Scripts/blob/master/delete_users.py
Also please check the following link for general information:
https://support.okta.com/help/s/article/How-to-obtain-a-report-based-on-Custom-Attribute?language=en_US
Regards,
Natalia
Okta Inc.