zalf-rdm / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
0 stars 0 forks source link

Feature: Set full user profile through API #61

Closed mwallschlaeger closed 5 months ago

mwallschlaeger commented 5 months ago

Feature Description

Currently in GeoNode it's not possible to configure set User information (people.Profile) through the api/v2. As GeoNode uses users/profiles as contact roles we cannot create and configure this users through the geonode API.

Available fields in API: image

We are nevertheless able to set this via admin interface: image

User Profile Page: image

Propose Solution

We could extend the v2/api to also set Profile informations. This might not be trivial.