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/3/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": "sli159",
    "first_name": "Sabrina",
    "last_name": "Li",
    "homepage": "",
    "title": "Graduate Student",
    "photo": "https://cdh.jhu.edu/media/user_photos/sabrina.jpeg",
    "research_interests": "Narrative and modernism",
    "location": null,
    "phone": null,
    "id": 3,
    "biography": "Sabrina is a student in the joint BS-MS Computer Science program, having completed requirements for double-majoring in CS and Cognitive Science.  She received the English Department's 2023 Senior Essay Prize for her essay titled 'Unstable Bodies, Unstable Texts'.",
    "email": "sli159@jhu.edu",
    "url": "https://cdh.jhu.edu/api/user/3/",
    "creator_url": "",
    "permissions_url": "/api/user/permissions/3/"
}