Skip to main content
All CollectionsTemplatesBasic
Find all Okta Active Users with Pagination - Workflow Template
Find all Okta Active Users with Pagination - Workflow Template

Pagination example with Okta to find all active users and place the results into a single array of users.

Updated over a week ago

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

  1. Start pulling users from Okta

  2. Save the users that match the query into an array

  3. If a next token is included in the headers with a key of Link, extract the cursor and make another call for more users

  4. If the next token/cursor is not provided, break the loop

Vendors

Utils, Okta

Workflow Output

All data collected from users.

Did this answer your question?