Forum Discussion
akshays
3 years agoAce
https://developer.khoros.com/khoroscommunitydevdocs/docs/users
Here is the 'Users' collection's reference. It mentions all the fields, filters as well as sorts you can use with this collection. Example LiQL Query:
SELECT first_name,email,sso_id FROM users LIMIT 50
You can increase or decrease the number of records by using LIMIT records_limit at the end of the query.
You can make API V2 LiQl calls using liql('query') in Freemarker.
Related Content
- 8 years ago