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/16/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": null,
    "first_name": "Elisabeth",
    "last_name": "Fittschen",
    "homepage": "",
    "title": "Graduate Student",
    "photo": "https://cdh.jhu.edu/media/user_photos/elisabeth_headshot_scaled.jpeg",
    "research_interests": "",
    "location": null,
    "phone": null,
    "id": 16,
    "biography": "",
    "email": "efittsc1@jh.edu",
    "url": "https://cdh.jhu.edu/api/user/16/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/user/permissions/16/"
}