Get a user by userId. (deprecated) Note: This endpoint always returns a result, even if the user doesn't exist
| name | type | description |
|---|---|---|
| userId | path | the user's userId |
| media type | data type | description |
|---|---|---|
| application/json | user (JSON) | the matching user |
| application/xml | user (XML) |
GET /1.0/user/{userId}
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
{
"userId" : "...",
"fullname" : "...",
"lastFm" : "...",
"mySpace" : "...",
"twitter" : "...",
"flickr" : "...",
"website" : "...",
"about" : "...",
"url" : "..."
}