I’d like to be able to match visitors that come into our website with their forum profiles. One common thread I’ve found between a web visitor’s info and a forum user’s info is IP address.
Even better would be if you could match them on their auth token or cookie, but IP can do for now.
EDIT: I suppose a workaround would be to query the whole list of users, save that object, then search by IP through the that.
EDIT2: Now I’m seeing active.json doesn’t include IP, but the .csv export does?