Handle creating and updating user profiles.

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

{
    "id": 821,
    "firstname": "Mark",
    "lastname": "HOEBEKE",
    "orcidid": null,
    "homepage": null,
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [],
    "event_set": [
        "https://catalogue.france-bioinformatique.fr/api/event/710/?format=api"
    ]
}