Examples

This route maps portal logins to people and returns person information.
For example, to get the information for the person with portal login 'mshapiro':

GET /userinfo/v2/people/by_portal_login/mshapiro
{
    "message": null,
    "result": {
        "person_id": 150,
        "last_name": "Shapiro",
        "first_name": "Michael",
        "middle_name": null,
        "organization": "University of Illinois at Urbana-Champaign",
        "department": "NCSA",
        "street1": "MC 257 - 1008 NCSA",
        "street2": "1205 W. Clark St.",
        "street3": null,
        "city": "Urbana",
        "state": "Illinois",
        "zipcode": "61801",
        "country": "United States",
        "email": "mshapiro@ncsa.uiuc.edu",
        "phone": "(217) 244-1514",
        "status": "active"
    }
}

NOTE: status will be one of: vetted, active, inactive, or expired