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/14/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": "emcginn5",
    "first_name": "Emily",
    "last_name": "McGinn",
    "homepage": "https://emilymcginn.com/",
    "title": "Affiliate and Lecturer",
    "photo": "https://cdh.jhu.edu/media/user_photos/mcginn.jpeg",
    "research_interests": "",
    "location": null,
    "phone": null,
    "id": 14,
    "biography": "",
    "email": "emcginn@jhu.edu",
    "url": "https://cdh.jhu.edu/api/user/14/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/user/permissions/14/"
}