Hi everybody, is there are any third party service to attach to auth0, for a User upload / change his avatar picture using a React App ? I saw something working in Attlassian, that thing they are using Auth0 also.
Thanks to all community!
Leandro
Hi everybody, is there are any third party service to attach to auth0, for a User upload / change his avatar picture using a React App ? I saw something working in Attlassian, that thing they are using Auth0 also.
Thanks to all community!
Leandro
Hi @ldibello,
Thanks for reaching out to the Auth0 Community!
By default, Auth0 uses Gravatar to populate the user profile picture.
To allow the user to upload and change their avatar, you could use the Management API Update a user endpoint.
And, to include a service to upload and change the user’s avatar, you could use something like a Rule.
Please look at this documentation for more information on how to change user pictures.
Does that help?
Thanks.
Hi @ldibello,
Thank you for your response.
Unfortunately, from what I have found, there isn’t any service available from Auth0 OOTB to accomplish what you are searching for.
You have the option to update the users’ pictures, as mentioned earlier.
Alternatively, you could manually accomplish this with the Management API by saving the pictures as an array in the user’s user_metadata and then updating the profile picture to the one the user selects.
Please let me know how this goes for you.
Thank you.