User Profile List
Handle creating and updating user profiles.
GET /api/userprofile/?format=api&offset=820&ordering=firstname
{ "count": 822, "next": null, "previous": "https://catalogue.france-bioinformatique.fr/api/userprofile/?format=api&limit=20&offset=800&ordering=firstname", "results": [ { "firstname": "Yves", "lastname": "Vandenbrouck", "orcidid": null, "homepage": "https://www.researchgate.net/profile/Yves_Vandenbrouck", "expertise": [] }, { "firstname": "Zoé", "lastname": "Rouy", "orcidid": null, "homepage": null, "expertise": [] } ] }