
ajpx1 (ajpx1) asked a question.
Hello-
We have a request for a report that shows the following for our Okta users:
- Name/ID
- Assigned Groups
- Active Status
- Last Login
Is it possible to get this out of the system? All the info is there, just time consuming to go in the different places.
This is for regular user auditing, and deactivating inactive users.

Thank you for posting your question on the Okta Community.
There currently isn't away 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 a 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