I would like to get a list of all users from my Okta instance. This is over the 200 record limit that Okta has. I realize I need to paginate the results. Okta provides a URL to the next page in the results; however, the Okta node doesn’t seem to have any pagination options. How can I get paginated results to grab all Okta users?
## Information on your n8n setup
- **1.100.1:**
- **Docker:**
If the node doesn’t provide pagination and “return all” doesn’t return all users, but only max users per request, you will likely need to do a custom api call using http request node. Read more here.