Handle creating and updating user profiles.

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

{
    "id": 276,
    "firstname": "Valentin",
    "lastname": "Guignon",
    "orcidid": null,
    "homepage": "https://www.bioversityinternational.org/about-us/who-we-are/staff-bios/single-de…",
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
    ],
    "event_set": []
}