cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
998
Views
0
Helpful
0
Replies

Issues reading users beyond User Search Limit value

yschwartzman
Level 5
Level 5

I seem to be having an issue looping on the UDS users API to get a list of all users.  The "totalCount" never returns a value more than what the Enterprise Parameter User Search Limit max value is set to.  If it is 64, my totalCount always caps at 64 and same with 500.  Even if I set the start value to be beyond the current set, it just returns nothing.  Is this a bug or am I missing something?  I have 851 users, but can't get to anything beyond the first 500 because of this.  This is 11.5(1)SU4 but I have encountered this on previous 11.5 versions as well.

max=500&start=0

version="11.5.1" start="0" requestedCount="500" returnedCount="500" totalCount="500">

max=500&start=500

version="11.5.1" start="500" requestedCount="500" returnedCount="1" totalCount="500">

max=500&start=600

version="11.5.1" start="600" requestedCount="500" returnedCount="0" totalCount="500"/>

0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: