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

How to retrieve all users with AXL ListUser

AProkop
Level 1
Level 1

I want to retrieve every user on the system.  Will one ListUser SOAP call do the trick, or will have have to do some sort of pagination?  For example, retrieve 500 users at a time until I have them all.  I see nothing in the documentation that shows me how to do pagination.  Thanks!

2 Replies 2

Adam Pawlowski
VIP Alumni
VIP Alumni

It doesn't paginate as far as I am aware.

 

I just call list and iterate a search of a, b, c, etc . I don't think you can just put % but you can put a% - this is distinct from A%.

thedd
Level 1
Level 1
Ever thought about SQL?
You could use executeSQLQuery and select userid from enduser.
This will give you alle entryied at once
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: