Forum Discussion
premkumar
12 years agoAdvisor
Hi Mayank,
Yes by default Lithium returns only 25 users. You can use the page_size argument ( e.g: page_size=500) to specify the count.
You can get the number of user by the call: /restapi/vc/users/count
Also you can use the "page" argument to get the different results.
e.g:
http://community.abc.com/restapi/vc/users?page_size=500&page=1
http://community.abc.com/restapi/vc/users?page_size=500&page=2
http://community.abc.com/restapi/vc/users?page_size=500&page=3
Thanks,
Premkumar
Related Content
- 5 years ago
- 4 years ago
- 5 years ago