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/8/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": "lcelnik1",
    "first_name": "Leib",
    "last_name": "Celnik",
    "homepage": "",
    "title": "Graduate Student",
    "photo": "https://cdh.jhu.edu/media/user_photos/blurred_aj4GihO.jpeg",
    "research_interests": "History of physical sciences, art production and curation",
    "location": null,
    "phone": null,
    "id": 8,
    "biography": "Leib is a doctoral student in the Department of History of Science and Technology, where he focuses on the material culture of art production and conservation.",
    "email": "lcelnik1@jhu.edu",
    "url": "https://cdh.jhu.edu/api/user/8/",
    "creator_url": "",
    "permissions_url": "/api/user/permissions/8/"
}