In an effort to create a nice visual of where on the planet our users are from, I wanted to extract the last IP address (and the IP address the user had when he first registered) for our users via API.
However, in the /users/username.json this data is not available.
I can see it under users in the admin UI, but naturally that scales poorly
Any way to do this via an API request?
Thanks!