Handle creating and updating user profiles.

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

{
    "id": 544,
    "firstname": "Manuel",
    "lastname": "Ruiz",
    "orcidid": null,
    "homepage": "http://agents.cirad.fr/index.php/manuel.ruiz@cirad.fr",
    "expertise": [],
    "teamsLeaders": [],
    "teamsDeputies": [],
    "teamsScientificLeaders": [
        "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
    ],
    "teamsTechnicalLeaders": [],
    "teamsMembers": [
        "https://catalogue.france-bioinformatique.fr/api/team/South%20Green/?format=api"
    ],
    "event_set": []
}