This Torq workflow template provides an automated means to systematically retrieve all active user accounts from Okta's identity management platform using pagination. It sequentially pulls batches of user data, based on a set query, saves the relevant results into an array, and continues this process until it exhausts all available entries. This template is valuable for businesses that need to audit or manage user access at scale, ensuring complete visibility over active Okta user accounts.
Optional Triggers
"This wortkflow could be converted to a function passing limit and integrations values trough the trigger ."
Use Cases
Identity and Access Management
Workflow Breakdown
Start pulling users from Okta
Save the users that match the query into an array
If a next token is included in the headers with a key of Link, extract the cursor and make another call for more users
If the next token/cursor is not provided, break the loop
Vendors
Utils, Okta
Workflow Output
All data collected from users.