Tinyusercard Profile
Description
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.
URI
GET returns the tinyusercard profile of the profile owner with the specified
{guid}.
http://social.yahooapis.com/v1/user/{guid}/profile/tinyusercard
Filters
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
HTTP Operations Supported
GET
Query Parameters Supported
- callback
- format
- For more information about the query parameter callback, please see this example.
Matrix Parameters Supported
- start
- count
Scopes Required
- No scope required.
Elements of the Tinyusercard Profile Object
| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
start
|
number | nonNegativeInteger | Index of first profile returned. |
count
|
number | nonNegativeInteger | Number of profiles returned. |
total
|
number | nonNegativeInteger | Total number of profiles. |
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. |
guid
|
string | string | GUID of the profile owner. |
nickname
|
string | string | The profile owner chosen display name. |
image
|
Image object | Image object | The universal display picture chosen by the user. |
size
|
string | string | Image size. |
width
|
number | positiveInteger | Image width. |
height
|
number | positiveInteger | Image height. |
imageURL
|
string | anyURI | Display image of the profile owner. Returns a 48x48 pixeled image. |
gender
|
string | enum | Gender of the profile owner, for displaying updates: ["M", "F" or "UNSPECIFIED"] |
profileUrl
|
string | anyURI | URL of the profile. |
uri
|
string | anyURI | Reference to the actual resource. |

