The IDcard contains the same core data as the Usercard with the exception of status information.
GET returns the IDcard profile of the profile
owner with the specified {guid}.
http://social.yahooapis.com/v1/user/{guid}/profile/idcard
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
GETcallbackformatstartcountGET: Read Yahoo! Profiles
| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
count
|
number | nonNegativeInteger | Total number of IDcards. |
created
|
string | dateTime | Date resource was created. |
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. |
guid
|
string | string | GUID of the profile owner. |
height
|
number | positiveInteger | Image height. |
image
|
Image Object | Image Object | Image of the profile owner. |
imageURL
|
string | anyURI | Display image of the profile owner. Returns a 48x48 pixeled image. |
location
|
string | string | The proclaimed location of the profile owner. There is no check or verification on this. |
memberSince
|
string | dateTime | Date of ID registration. |
nickname
|
string | string | Display name of the profile owner. |
profileURL
|
string | anyURI | URL of the profile. |
size
|
string | string | Image size (WxH). |
start
|
number | nonNegativeInteger | Index of first IDcard returned. |
total
|
number | nonNegativeInteger | Number of IDcards returned. |
updated
|
string | dateTime | Date resource was last modified. |
uri
|
string | anyURI | Reference to the actual resource. |
width
|
number | positiveInteger | Image width. |