Hi,
I'm using GET /api/v2/users?state=inactive to fetch inactive users list. However, the challenge is there are around 15000 records in our environment, so the page count stands at 150. I'm able to query until page 100 without any issue. Whenever I enter the page number as 101 in the query, I'm getting 400 Bad Request error.
Is there any limitation to the number of records we can retrieve using this endpoint? if yes, can you point to a method in using which I extract records more than 10,000.
PS: I even tried Search endpoint (POST /api/v2/users/search) with no positive results.
Thanks,
Hassan