Supported Attributes

The Profile API currently supports the following attributes:


Basic attributes

  • first_name
  • last_name
  • email
  • birthday
  • marital_status
  • gender
  • photo
  • validated (email address has been validated)


Site attributes

  • site_type
  • site_href


IM attributes

  • im_type
  • im_screen_name


Phone attributes

  • phone_type
  • phone_number


Address attributes

  • address_type
  • address_street
  • address_extended
  • address_locality
  • address_region
  • address_postal_code
  • address_country (country code)


School attributes

  • school_name
  • school_type
  • school_concentration
  • school_degree
  • school_date_graduated


Workplace attributes

  • workplace_employer
  • workplace_position
  • workplace_description
  • workplace_city

Example JSON attributes

 
{"first_name":"John","last_name":"Public","email":"john@example.com",
"birthday":"1978-02-12","marital_status":"Married","gender":"Male",
"site_href":"mysite.com","im_screen_name":"atest1",
"phone_number":"216-555-1122","school_name":"Stanford",
"workplace_employer":"Burger King"}