<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
0D54z00007OStEWCA1Okta Identity EngineWorkflowsAnswered2024-04-16T10:55:42.000Z2022-01-19T15:27:40.000Z2022-02-03T05:35:28.000Z
  • TimL.58332 (Workflows)

    Hello,

     

    This would be a pretty challenging setup but I suspect it is possible assuming Workflows has access to the data you are looking for. If for example you can extract the required data needed from the Okta Syslog or from a third-party app then the first condition is met.

     

    The email solutions typically support HTML. You could construct a an HTML page (tables etc) and dynamically populate them with returned results using a "Reduce" card.

    Expand Post
    • EricS.76968 (Customer)

      I looked at some of our Workflows and wanted to expand on this a bit:

       

      With the Import Process Completed event card for the Workflow logic, you can use something like a Find Pattern on the Alternate ID of the Application if you need to match several different imports or just the ID if it's a single import. Then use an Okta Custom API Action (unless there's a Syslog card I'm missing) to filter the Syslog by Event.System.Transaction.Id = {app id}, Event.EventType = "user.lifecycle.activate" or "user.lifecycle.create" (depending on which you're looking for) and Event.Published < {import frequenency}, that should get you any new users since the last import. The Published date makes this harder if you ever do manual imports, but it should work fine for automatic imports since they always take at least some time to complete, and it seems like they don't run again until the completion time + import frequency.

       

      Alternately, if you don't care which import they came from or have another attribute, you can use the User Created and User Reactivated event cards to make life simpler

      Expand Post
This question is closed.
Loading
Report Import from App users