1612
Views
0
Helpful
2
Replies
How to retrieve all users with AXL ListUser
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2019 10:47 AM
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!
Labels:
- Labels:
-
AXL
2 Replies 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2019 04:52 AM
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%.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2019 12:26 AM
Ever thought about SQL?
You could use executeSQLQuery and select userid from enduser.
This will give you alle entryied at once
You could use executeSQLQuery and select userid from enduser.
This will give you alle entryied at once
