Hello,
How can I do to retrieve the full list of active-user-record from /api/v1/system/active-users on a Pulse Connect Secure device (version 9.0R4)?
The output is limited to 200 records (like in the GUI by the way, but in GUI it is possible to increase that number).
"total-matched-record-number": 420,
"total-returned-record-number": 200,
Thank you.
Solved! Go to Solution.
I had the answer from Pulse support: /api/v1/system/active-users?number=2500
Can you try -
/api/v1/system/active-users?all
Unfortunately, still the same: "total-matched-record-number": 1411, "total-returned-record-number": 200,