Handle creating and updating user profiles.

GET /api/userprofile/?format=api&offset=800&ordering=-lastname
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 807,
    "next": null,
    "previous": "https://catalogue.france-bioinformatique.fr/api/userprofile/?format=api&limit=20&offset=780&ordering=-lastname",
    "results": [
        {
            "firstname": "Yahia",
            "lastname": "Adnani",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Anne-Françoise",
            "lastname": "Adam-Blondon",
            "orcidid": null,
            "homepage": "https://urgi.versailles.inra.fr/About-us/Team/Information-System-Data-integratio…",
            "expertise": []
        },
        {
            "firstname": "Emna",
            "lastname": "Achouri",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Chantal",
            "lastname": "Abergel",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Sophie",
            "lastname": "Abelanet",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Macine Bachir",
            "lastname": "Abdelouahab",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Formation",
            "lastname": "16S",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        }
    ]
}