GET /users/#{id}

July 17, 2013 ยท View on GitHub


/useres/#{id}

Description


Get a user's profile information. some parameters (liked settings, are only available to native clients.)

Parameters


headerdescriptiontyperequired?default
idthe user id to get information fromintegerx
parameterdescriptiontyperequired?default
detailedreturns a simple or detailed album objectboolean1
includePhotosif true it returns some of the album's photosboolean0
numPhotosthe number of album photos to returninteger10
photoDetailswhether to return the photo details (comments, likes, albums)boolean0
photoLikersif true, returns the album contributorsboolean1
photoNumLikersthe number of album contributors to returninteger1
photoPeopleif true, returns the album likersboolean1
photoNumPeoplethe number of album favoriters to returninteger1
photoCommentsif true, returns the album likersboolean1
photoNumCommentsthe number of album favoriters to returninteger2
photoAlbumsreturns the albums a photo belongs toboolean1
includeSettingsreturns the user settings (native/own account)boolean0

Response


200 and a user object