This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/user/9/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": "jmj",
    "first_name": "Jessica",
    "last_name": "Marie Johnson",
    "homepage": "",
    "title": "Affiliate, Associate Professor",
    "photo": "https://cdh.jhu.edu/media/user_photos/jessica_0vbDRc5.jpg",
    "research_interests": "Women, gender, and sexuality in the African diaspora, histories of slavery and the slave trade, and digital history and new media",
    "location": null,
    "phone": null,
    "id": 9,
    "biography": "Jessica Marie Johnson is a faculty affiliate of the CDH and Associate Professor in the Department of History, and a former fellow at the Hutchins Center for African and African American Studies at Harvard University. Johnson is a historian of Atlantic slavery and the Atlantic African diaspora.",
    "email": "jmj@jhu.edu",
    "url": "https://cdh.jhu.edu/api/user/9/",
    "creator_url": "",
    "permissions_url": "/api/user/permissions/9/"
}