Handle creating and updating user profiles.

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

{
    "id": 189,
    "firstname": "Olivia",
    "lastname": "Doppelt-Azeroual",
    "orcidid": null,
    "homepage": null,
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [],
    "event_set": []
}