Handle creating and updating user profiles.

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

{
    "id": 73,
    "firstname": "Bryan",
    "lastname": "Brancotte",
    "orcidid": "https://orcid.org/0000-0001-8669-5525",
    "homepage": "https://research.pasteur.fr/en/member/bryan-brancotte/",
    "expertise": [
        "http://edamontology.org/topic_0605",
        "http://edamontology.org/topic_3489"
    ],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/Pasteur%20HUB/?format=api"
    ],
    "event_set": []
}