School Profile
Description
The School Profile contains fields describing a profile owner's education history.
URI
GET returns a school profile identified by {id} of the profile owner specified by the
given {guid}. The {id} can be retrieved via the School Profile Collection or the
Profile.
http://social.yahooapis.com/v1/user/{guid}/profile/school/{id}
Filters
Not available.
HTTP Operations Supported
GET
Query Parameters Supported
- callback
- format
Matrix Parameters Supported
Not available.
Scopes Required
GET:Read (Shared) Yahoo! Profiles
Elements of the School Object
| Element | JSON Data Type | XML Schema Data Type | Description |
|---|---|---|---|
uri
|
string | anyURI | The URL to the School profile. |
id
|
string | string | ID of the object. |
schoolName
|
string | string | School name attended by the profile owner. |
schoolType
|
string | string | Type of school (i.e., elementary, high school, college). |
schoolYear |
number | positiveInteger | Graduating year (4-digit year) of the school. |

