That returns the following:
{
"total": 1,
"page": 1,
"pagesize": 30,
"users": [
{
"user_id": 45447,
"user_type": "registered",
"creation_date": 1276163316,
"display_name": "Pulse",
"reputation": 101,
"email_hash": "cb43179f77209c38de44b41d1a5344bd",
"age": 52,
"last_access_date": 1276163316,
"website_url": "
http://None",
"location": "Vladivostok",
"about_me": "Retired",
"question_count": 0,
"answer_count": 0,
"view_count": 0,
"up_vote_count": 0,
"down_vote_count": 0,
"user_questions_url": "/users/45447/questions",
"user_answers_url": "/users/45447/answers",
"user_favorites_url": "/users/45447/favorites",
"user_tags_url": "/users/45447/tags",
"user_badges_url": "/users/45447/badges",
"user_timeline_url": "/users/45447/timeline",
"user_mentioned_url": "/users/45447/mentioned",
"user_comments_url": "/users/45447/comments",
"user_reputation_url": "/users/45447/reputation",
"badge_counts": {
"gold": 0,
"silver": 0,
"bronze": 1
}
}
]
}
I hope I'm not missing something really obvious here...