= zooomr.people.getInfo = Get information about a user. === Authentication === This method does not require authentication. === Arguments === api_key (Required) Your API application key. See here for more details. user_id (Required) The NSID of the user to fetch information about. === Example Response === {{{ {"person": {"username": {"_content": "bluemonki"}, "photosurl": {"_content": "http://zooomr.com/photos/bluemonki/"}, "realname": {"_content": "John Wesley"}, "nsid": "13205@Z01", "iconserver": 1, "profileurl": {"_content": "http://zooomr.com/bluemonki/"}, "photos": {"count": {"_content": 735}, "firstdatetaken": {"_content": 1}, "firstdate": {"_content": 1}}, "isadmin": 0, "ispro": 2, "location": {"_content": ""}}, "stat": "ok"} }}}