Handle creating and updating user profiles.

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

{
    "id": 541,
    "firstname": "Pascal",
    "lastname": "Roy",
    "orcidid": null,
    "homepage": null,
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [
        "https://catalogue.france-bioinformatique.fr/api/team/PRABI-HCL/?format=api"
    ],
    "teamsTechnicalLeaders": [
        "https://catalogue.france-bioinformatique.fr/api/team/PRABI-HCL/?format=api"
    ],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/PRABI-HCL/?format=api"
    ],
    "event_set": []
}