occ user:setting
retrieve/manipulate user profile properties #49744
Open
Description
There should be a way to read/write from/to a users profile using occ
occ user:setting layla
should also return the profile-properties (if profile is activated)
The app name could be just profile
, i.e to retrieve all profile properties:
occ user:setting layla profile
to retrieve a single profile property:
occ user:setting layla profile website
as well as
occ user:setting layla profile website "layla.example.tld"
to set the website property of laylas profile
I didnt find any existing issues but i found this related thread https://help.nextcloud.com/t/how-to-get-set-the-website-user-account-attribute-by-command-line-using-occ/155787
Is there any specific reason why this is not possible?
Would be very helpful, thank you
Activity