abracegirdle
2 years agoContributor
Querying registration and visit dates and from Community API v2
Hi there, I wish to query users' registration dates on our platform https://www.localguidesconnect.com. I'm assuming I want the join_date specified here. I've got a couple of questions: It says we ...
- 2 years ago
Hey abracegirdle the join_date field can be only used for membership nodes, like grouphubs
https://developer.khoros.com/khoroscommunitydevdocs/docs/nodes-1#join_date
Here an example of a query
The field that you need to use to know the registration dates of the users is registration_data
select id, registration_data from users
About visit times you only can query the last visit time
https://developer.khoros.com/khoroscommunitydevdocs/docs/users#last_visit_time-public