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
Start pulling devices from Okta
Save the devices 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 devices
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.