= Getting user information = == Request Format == {{{ http://api.praized.com/{community_slug}/users/{user_login}.{format}?api_key={your api key} }}} == Arguments == === {user_login} === The login of the user format : string ex : fprefect == Response Format == === XML === {{{ praized-com-hub praized.com hub http://praized.com/ http://praized.com/ 2008-08-07T20:57:32Z 1 1 0 Ford 9 Prefect fprefect 2008-06-29T03:26:29Z }}} === JSON === {{{ {"praized": {"community": {"base_url": "http://praized.com/", "slug": "praized-com-hub", "name": "praized.com hub", "home_url": "http://praized.com/" }, "user": {"favorite_count": "1", "updated_at": "2008/08/07 20:57:32 +0000", "comment_count": "1", "gender": null, "about": null, "friend_count": "0", "first_name": "Ford", "date_of_birth": null, "vote_count": "9", "last_name": "Prefect", "claim_to_fame": api tribe admin, "login": "fprefect", "created_at": "2008/06/29 03:26:29 +0000"} } } }}} ------ Continue to [GET_User_Comments Getting users comments] Back to [POST_Merchant_Tag Adding a tag to a merchant] Up to [API Our Index]