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

Workflow that can be used as a nested workflow to gather all active Okta devices into a single array using pagination.

Updated over a week ago

This workflow template facilitates automated collection of all active devices registered in Okta using pagination for comprehensive inventory. It's ideal for managing large sets of devices within Identity and Access Management (IAM) systems, allowing administrators to ensure all devices are accounted for without manual checks, thus improving efficiency and security compliance.

Use Cases

Identity and Access Management

Workflow Breakdown

  1. Start pulling devices from Okta

  2. Save the devices 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 devices

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

Vendors

Utils, Okta

Workflow Output

An array of all the active device that are found in Okta.

Did this answer your question?