Workflows Tips #48: 3 Actions to Process a List, Get User’s MFA Factors, and Create a Report in Okta Workflows Online Meetup
Welcome to Okta Workflows Tips post. Read all previous tips.
In this post:
- Overview: 3 actions to process a list
- Get user’s MFA factors
- Online meetup: How to Create a Report in Okta Workflows
Overview: 3 actions to process a list
The List action has three cards to iterate over a list:
- For-Each – processes each item in a list with a helper flow. Helper flow doesn’t return a value (example)
- Map – processes each item in a list with a helper flow. Modifies each item in a list. A new list is returned to the main flow
- Reduce – process each item in a list with a helper flow. Reduces the list to a single value that is returned to the main flow (example)
Get user’s MFA factors
To get a user’s MFA factors, use the /api/v1/users/ID/factors
API endpoint and the Custom API Action card:
The result will look like this:
Online meetup: How to Create a Report in Okta Workflows
🔮 Why it’s worth your time
Join this 25-minute no-slides online meetup to learn how to search flow history and allow delegated admins to run flows in Okta Workflows.
🏟 You will learn
You will learn about two new capabilities in Okta Workflows:
- How to search flow history
- Allow delegated admins to run flows from within the Okta Admin Console
And, stick around to get your questions answered. This is a no slides session (well, maybe just one or two at the beginning).
🏓 When and register
And one more thing, follow our events channel to get notified when we go live.
Published on Java Code Geeks with permission by Max Katz , partner at our JCG program. See the original article here: Workflows Tips #48: 3 Actions to Process a List, Get User’s MFA Factors, and Create a Report in Okta Workflows Online Meetup Opinions expressed by Java Code Geeks contributors are their own. |