Handle creating and updating user profiles.

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

{
    "id": 644,
    "firstname": "Morgane",
    "lastname": "Thomas-Chollier",
    "orcidid": null,
    "homepage": null,
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
    ],
    "event_set": [
        "https://catalogue.france-bioinformatique.fr/api/event/199/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/405/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/422/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/177/?format=api"
    ]
}