IDCard Profile
Description
The IDcard contains the same core data as the Usercard with the exception of status information.
URI
GET returns the IDcard profile of the profile owner with the specified {guid}.
http://social.yahooapis.com/v1/user/{guid}/profile/idcard
Filters
Calling GET on the following URI returns the idcard profiles of the users identified by
GUIDs {guid1}, {guid2}, and {guid3}.
v1/users.guid(144,976,541)/profile/idcard
HTTP Operations Supported
GET
Query Parameters Supported
- callback
- format
Matrix Parameters Supported
- start
- count
Scopes Required
GET:Read (Shared) Yahoo! Profiles
Elements of the IDcard Profile Object
| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
start
|
number | nonNegativeInteger | Index of first idcard returned. |
total
|
number | nonNegativeInteger | Number of idcards returned. |
count
|
number | nonNegativeInteger | Total number of idcards. |
guid
|
string | string | GUID of the profile owner. |
memberSince
|
string | dateTime | Date of ID registration. |
nickname
|
string | string | Display name of the profile owner. |
image
|
Image object | Image object | Image of the profile owner. |
size
|
string | string | Image size (WxH). |
width
|
number | positiveInteger | Image width. |
height
|
number | positiveInteger | Image height. |
imageURL
|
string | anyURI | Display image of the profile owner. Returns a 48x48 pixeled image. |
profileURL
|
string | anyURI | URL of the profile. |
displayAge |
number | positiveInteger | The proclaimed age chosen by the user, assumed to be public information. There is no check or verification. User can claim any age. |
gender
|
string | enum | The proclaimed gender chosen by the user, and assumed to be public information ("M", "F" or "Unspecified"). There is no check or verification on this. |
location
|
string | string | The proclaimed location of the profile owner. There is no check or verification on this. |
uri
|
string | anyURI | Reference to the actual resource. |
created
|
string | dateTime | Date resource was created. |
updated
|
string | dateTime | Date resource was last modified. |

