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/15/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": null,
    "first_name": "Margaret",
    "last_name": "Renwick",
    "homepage": "",
    "title": "Associate Research Professor",
    "photo": "https://cdh.jhu.edu/media/user_photos/peggy.jpg",
    "research_interests": "",
    "location": null,
    "phone": null,
    "id": 15,
    "biography": "",
    "email": "mrenwick@jhu.edu",
    "url": "https://cdh.jhu.edu/api/user/15/",
    "creator_url": "https://cdh.jhu.edu/api/user/2/",
    "permissions_url": "/api/user/permissions/15/"
}