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/6/
HTTP 200 OK
	  Allow: GET, PATCH, DELETE, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "username": "sbacker2",
    "first_name": "Sam",
    "last_name": "Backer",
    "homepage": "",
    "title": "Assistant Professor (History, University of Maine)",
    "photo": "https://cdh.jhu.edu/media/user_photos/sam_bBTQx7u.jpg",
    "research_interests": "Early American entertainment industry",
    "location": null,
    "phone": null,
    "id": 6,
    "biography": "Dr. Backer recieved his PhD in History from JHU in 2022, following several years of close involvement with the emerging digital teaching and research at the university.  His interests include areas of early American entertainmant, such as Vaudeville and the music industry, and their relationships to change along other axes, such as the proliferation of railroads.",
    "email": "sbacker2@jhu.edu",
    "url": "https://cdh.jhu.edu/api/user/6/",
    "creator_url": "",
    "permissions_url": "/api/user/permissions/6/"
}