Handle creating and updating user profiles.

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

{
    "id": 589,
    "firstname": "Ndomassi",
    "lastname": "Tando",
    "orcidid": null,
    "homepage": null,
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [
        "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
    ],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
    ],
    "event_set": [
        "https://catalogue.france-bioinformatique.fr/api/event/468/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/557/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/565/?format=api"
    ]
}