Skip to main content
Solved

Change other users profile picture?

  • March 6, 2023
  • 2 replies
  • 86 views

JeppePeppe

Hello there! 😎

“Is there a way to change other users profile picture?”

We have some user profiles, for example The community team that has a profile picture from way back when we started the community. I would like to change the profile picture, but isn’t able to log in with the account since it is an old SSO-login. (doesn’t work with changing password/email)

Is there any other way to change the profile picture? (without using really messy CSS)

Best answer by olimarrio

Hey @JeppePeppe 👋,

You could use the API to change the avatars for these users via the following end point:

https://api2-eu-west-1.insided.com/docs/user/#operation/UpdateBy

You can update the ‘avatar’ field with a new URL encoded value. If you need any further help here let me know or contact our support team support@insided.com with the user profiles and URLs of new images that you would like to update.

2 replies

olimarrio
Forum|alt.badge.img+5
  • Gainsight Employee ⭐️
  • Answer
  • March 6, 2023

Hey @JeppePeppe 👋,

You could use the API to change the avatars for these users via the following end point:

https://api2-eu-west-1.insided.com/docs/user/#operation/UpdateBy

You can update the ‘avatar’ field with a new URL encoded value. If you need any further help here let me know or contact our support team support@insided.com with the user profiles and URLs of new images that you would like to update.


JeppePeppe
  • Author
  • Helper ⭐️⭐️
  • March 6, 2023

Thanks @olimarrio! 😊