Viewing recent users using the API

Intercom Developers
1 min readSep 7, 2016

--

March 2016 — this post originally featured on our previous blog at developers.intercom.io

Today we’ve released a new field available when listing users in the API. created_since allows you to limit results to users that were created in the last N days. For example, here’s how to find your user records for the last 5 days:

cURL:

curl -XGET -u ... https://api.intercom.io/users -H "Accept: application/json" -d "created_since=5"

Interested in building on the Intercom platform? Check out our Developer Hub to get started.

--

--