vmalla
7 years agoAdept
Retrieve All Users
Hi, I'm need to pull all the users from my Lithium Community via API (V1). https://community.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=commv1&branch=User I'm not ab...
- 7 years ago
vmalla - You need to pass page_size= limit to get more users.
e.g if you want to fetch 1000 users.
community/restapi/vc/users?page_size=1000