<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
0D50Z00008G7UcaSAFOkta Classic EngineAdministrationAnswered2024-04-30T09:18:25.000Z2015-11-05T23:13:26.000Z2016-08-23T18:52:28.000Z
hqj1i likes this.
  • j5v7c (j5v7c)

    It may not be exactly what you were hoping for, but the APIs can definitely handle this. http://developer.okta.com/docs/sdk/core/api.html  I am not sure if the powershell APIs can get exactly the information you are after, but in my opinion the powershell SDK was pretty easy to setup so it might be a good place to start.
  • oktas.06611 (24 Hour Fitness USA, Inc.)

    This looks very impressive! much better than the extremely limited Okta PS module. Thank you!
  • svcV.75126 (Customer)

    Hi, i actually just commited some updates to the module specific to searching. 
    • oktaListUsers 
    • Lists all users
     
    • oktaListUsersbyAttribute 
    • Find users matching available searchable attributes
     
    • oktaListUsersbyDate 
    • Find users updated before, after, between or at a given time
     
    • oktaListUsersbyStatus 
    • Find users by a configurable yet valid status 
     
    • oktaListActiveUsers 
    • helper function to return just active users (legacy)
     
    • oktaListDeprovisionedUsers 
    • helper function to return just deprovisioned users (legacy)
      

    What I generally do is filter coursley in the query (due to limitations in the query language) and then parse granularly in powershell after i've recieved the list of users back from okta.

     

    Hope that helps

    ​-Matt
    Expand Post
This question is closed.
Loading
custom reports in Administration