-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Extend the User Provisioning API to handle avatar #20973
Comments
There was the plan to have a DAV resource to handle avatars. |
Even more we kind of need to use a different endpoint since OCS does not allow us to return binary data. But maybe we could (once the DAV endpoint is in place) put the link into the provisioning API responses. |
I like this idea :) |
@PVince81 @DeepDiver1975 I think a personal API / DAV endpoint for all personal changeable options is required. Clients needs this to give more options to the users. For example I've seen recently that android app is getting the avatars from the url directly /index.php/avatar/admin/256#256 . |
Absolutely |
we can use the system addressbook like this: this will return the users avatar - but only in 96x96 pixels. not perfect |
@DeepDiver1975 backlog, or do you have time for this ? |
Linking #26872 - regarding the avatar DAV resource. Original request was to use the provisioning API to operate on the avatar, not sure if this will suffice or there's additional actions required. |
This issue has been automatically closed. |
Right now, User Provisioning API [1] doesn't allow to set or get the avatar of a user. It should be great if the API can handle avatar to be able to manage Users externally.
Thanks!
-cedric
[1] https://doc.owncloud.org/server/8.0/admin_manual/configuration_user/user_provisioning_api.html#users-edituser
The text was updated successfully, but these errors were encountered: