tester3
11 years agoAdept
fetch users after a certain date
Hello, Does anyone know of a way to get users that had registered after a certain date via the API? I tried using the search API, but it doesn't allow greater than/less than comparisons, at least...
- 11 years ago
The following API call should help you in get the registered users during a date range (date_start, date_end).
http://community.lithium.com/community-name/restapi/vc/users/registered
Thanks,
Premkumar - 11 years ago
Just to be more clear on date's format,
API call to get registered users within given timeframe (also gives some limited user metrics)
Endpoint: http:// community.lithium.com/restapi/vc/users/registered
Parameters:
date_start=2013-06-26T00:00Z (you can change the dates)
date_end=2013-06-26T23:59Z
restapi.response_style (optional): view
restapi.format_detail (optional): full_list_element