Handle creating and updating user profiles.

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

{
    "count": 807,
    "next": "https://catalogue.france-bioinformatique.fr/api/userprofile/?format=api&limit=20&offset=340&ordering=-firstname",
    "previous": "https://catalogue.france-bioinformatique.fr/api/userprofile/?format=api&limit=20&offset=300&ordering=-firstname",
    "results": [
        {
            "firstname": "Marie",
            "lastname": "Fourcot",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Marie",
            "lastname": "Touchon",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Marie",
            "lastname": "Gasparoux",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Maria",
            "lastname": "Bernard",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Marco Antonio",
            "lastname": "Mendoza-Parra",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Marc",
            "lastname": "Hanauer",
            "orcidid": null,
            "homepage": "http://www.orpha.net",
            "expertise": []
        },
        {
            "firstname": "Marc",
            "lastname": "Lensink",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Marc",
            "lastname": "Deloger",
            "orcidid": null,
            "homepage": "http://www.deloger.fr/",
            "expertise": []
        },
        {
            "firstname": "Marc",
            "lastname": "Chakiachvili",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Manuel",
            "lastname": "Lebeurrier",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Manuel",
            "lastname": "Dauchez",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Manuel",
            "lastname": "Bernal Llinares",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Manuel",
            "lastname": "Ruiz",
            "orcidid": null,
            "homepage": "http://agents.cirad.fr/index.php/manuel.ruiz@cirad.fr",
            "expertise": []
        },
        {
            "firstname": "Manolo",
            "lastname": "Gouy",
            "orcidid": null,
            "homepage": "http://lbbe.univ-lyon1.fr/-Gouy-Manolo-.html",
            "expertise": []
        },
        {
            "firstname": "Mamy-jean-de-dieu",
            "lastname": "Andrianteranagna",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Malika",
            "lastname": "Smaïl-Tabbone",
            "orcidid": null,
            "homepage": "https://members.loria.fr/MSmailTabbone/",
            "expertise": []
        },
        {
            "firstname": "Mahendra",
            "lastname": "Mariadassou",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Maguelonne",
            "lastname": "Roux",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Magis",
            "lastname": "Papail",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        },
        {
            "firstname": "Magali",
            "lastname": "Lescot",
            "orcidid": null,
            "homepage": null,
            "expertise": []
        }
    ]
}