Handle creating and updating user profiles.

GET /api/userprofile/163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 163,
    "firstname": "Damien",
    "lastname": "de Vienne",
    "orcidid": null,
    "homepage": "http://lbbe.univ-lyon1.fr/-de-Vienne-Damien-.html",
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/PRABI-Lyon-Grenoble/?format=api"
    ],
    "event_set": []
}