The Tinyusercard is data from the Social Directory that describes a person with only a subset of the information available in the user's profile.
GET returns the tinyusercard profile of the
profile owner with the specified {guid}.
http://social.yahooapis.com/v1/user/{guid}/profile/tinyusercard
Calling GET on the following URI returns the
tinyusercard profiles of the users identified by GUIDs {guid1}, {guid2}, and {guid3}.
http://social.yahooapis.com/v1/users.guid({guid1},{guid2},{guid3})/profile/tinyusercard
GETcallbackformatcallback, please see this example.
startcount| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
count
|
number | nonNegativeInteger | Number of profiles returned. |
gender
|
string | enum | Gender of the profile owner, for displaying updates: ["M", "F" or "UNSPECIFIED"] |
guid
|
string | string | GUID of the profile owner. |
height
|
number | positiveInteger | Image height. |
image
|
Image Object | Image Object | The universal display picture chosen by the user. |
imageURL
|
string | anyURI | Display image of the profile owner. Returns a 48x48 pixeled image. |
nickname
|
string | string | The profile owner chosen display name. |
profile
|
Profile Object or array of Profile Objects | Profile Object | If one GUID is passed in the GET, one Profile Object is returned. If more than one GUID is passed, a collection of Profile Objects is returned. |
profileUrl
|
string | anyURI | URL of the profile. |
size
|
string | string | Image size. |
start
|
number | nonNegativeInteger | Index of first profile returned. |
total
|
number | nonNegativeInteger | Total number of profiles. |
uri
|
string | anyURI | Reference to the actual resource. |
width
|
number | positiveInteger | Image width. |