Handle creating and updating user profiles.

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

{
    "id": 431,
    "firstname": "Claudine",
    "lastname": "Medigue",
    "orcidid": null,
    "homepage": null,
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/MicroScope/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/team/IFB%20Core/?format=api"
    ],
    "event_set": []
}