Forum Discussion

vmalla's avatar
vmalla
Adept
7 years ago

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 able get the exact end point to pull all the users for my community. So far I was able to get the session key for authentication, and was able to pull data of 27 users using <community>/restapi/vc/users?restapi.session_key=<key>

 

Can anybody guide me in pulling data for all users?

 

  • 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

  • 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