Handle creating and updating user profiles.

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

{
    "id": 441,
    "firstname": "Célia",
    "lastname": "Michotey",
    "orcidid": "https://orcid.org/0000-0003-1877-1703",
    "homepage": "https://urgi.versailles-saclay.hub.inrae.fr/presentation-urgi/personnel/celia-michotey",
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/PlantBioinfoPF/?format=api"
    ],
    "event_set": [
        "https://catalogue.france-bioinformatique.fr/api/event/677/?format=api"
    ]
}