User Profile List
Handle creating and updating user profiles.
GET /api/userprofile/?format=api&offset=820
{ "count": 822, "next": null, "previous": "https://catalogue.france-bioinformatique.fr/api/userprofile/?format=api&limit=20&offset=800", "results": [ { "firstname": "Marie", "lastname": "Lefebvre", "orcidid": "https://orcid.org/0000-0002-3093-5873", "homepage": null, "expertise": [] }, { "firstname": "David", "lastname": "Vallenet", "orcidid": null, "homepage": null, "expertise": [] } ] }