Import/Export user passwords via APIv2

Hi,

i can not find a way to retrieve or set the Foreman user’s passwords via the REST API, though i would like them to be part of the configuration import/export i am implementing.
When creating a user, password is a required attribute for (see API documentation) but when retrieving a user, it is missing. To import the password again, i would need a way to set the encrypted password instead of the plain-text one.

thx,
Peter