<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D5WR00001K722s0ABOkta Classic EngineAutomationsAnswered2026-02-27T17:11:35.000Z2026-02-20T17:17:38.000Z2026-02-27T17:11:35.000Z

ZacharyV.07975 (Customer) asked a question.

Okta Users/Apps API call in Postman with proper pagination loop

Hello all,

 

I am trying to get a full list of our users out of Okta using API calls in Postman. Pagination in Okta API works a little different then in applications I have used previously and I'm hitting a bit of a wall. I've looked over the documentation here: https://developer.okta.com/docs/api/*pagination but that doesn't really help me figure out HOW to use it.

Looking around this community I've seen a few posts about it and I think I'm starting to see the how, do the call with limit=200 then get the link, then do a separate call with that link and rinse and repeat. The issue is, I have nearly 1000 users and doing 5 separate calls to do this doesn't really help much with my goal of helping automate our audit process.

 

So my question is, is there a way, in Postman, to loop the pagination so it just will return all my users at once instead of me having to do it 5 separate times?

 

Thank you all in advance!


Loading
Okta Users/Apps API call in Postman with proper pagination loop