<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
0D51Y00006kg0T7SAIOkta Classic EngineAdministrationAnswered2025-03-30T09:09:38.000Z2019-10-11T15:43:48.000Z2019-12-07T01:12:30.000Z
  • oxptp (oxptp)

    There is no 'easy' way to export those to a CSV. I personally use a python script that I've put together to export a CSV list of any failures for a particular application. I make a call to /api/v1/apps/{{appId}}/users to get all users assigned to the application, then filter that list to find anyone with syncState 'ERROR'. Hopefully this helps point you in the right direction. https://github.com/cloudkevin/Okta-ExportAssignmentFailures

    Expand Post
    Selected as Best
  • oxptp (oxptp)

    There is no 'easy' way to export those to a CSV. I personally use a python script that I've put together to export a CSV list of any failures for a particular application. I make a call to /api/v1/apps/{{appId}}/users to get all users assigned to the application, then filter that list to find anyone with syncState 'ERROR'. Hopefully this helps point you in the right direction. https://github.com/cloudkevin/Okta-ExportAssignmentFailures

    Expand Post
    Selected as Best
    • CraigB.72839 (Bowdoin College)

      Kevin,

      Thanks! I got your script to work in my preview environment but when I run it in prod it appears to only return the first 50 results. What am I missing?



      Craig Bowden

      Associate Network and Security Engineer

      Information Technology

      Bowdoin College

      W-207-725-3036

      C-207-653-8475
      Expand Post
    • CraigB.72839 (Bowdoin College)

      Kevin,

      I figured out my limit problem. Thanks.




      Craig Bowden

      Associate Network and Security Engineer

      Information Technology

      Bowdoin College

      W-207-725-3036

      C-207-653-8475
      Expand Post
  • oxptp (oxptp)

    Thank you! Definitely an improvement over what I provided. I use and recommend your tool to most of my clients, it's a huge time saver for all of us.

  • Kevin,

     

    Thanks for using rockstar and recommending it to your clients. If you have any recommendations on how to make it better, please reply here or open an issue on my GitHub repo.

     

    Gabriel

    Expand Post
This question is closed.
Loading
Can you export the tasks lists as a csv for example a list of app assignment errors?