Handle creating and updating user profiles.

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

{
    "id": 762,
    "firstname": "Lucie",
    "lastname": "Khamvongsa",
    "orcidid": "https://orcid.org/0000-0002-1194-0546",
    "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/489/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/505/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/607/?format=api",
        "https://catalogue.france-bioinformatique.fr/api/event/643/?format=api"
    ]
}