Hello,
We have a requirement to update user's Avatar through automation job. Can anyone suggest how we can achieve this?
Thanks
Hello,
We have a requirement to update user's Avatar through automation job. Can anyone suggest how we can achieve this?
Thanks
Hi Anshuman Prusty did you were able to solve your problem? I'm having the same situation/problem. Can't update user's Avatar using automation. The code below runs, but the Avatar remains the same. I'm using the event User.AfterCreate with the following Javascript code:
core_v2_userAvatar.Update(userId, { AvatarUrl: stringAvatarPath });
We have 13.0.2.33658 version.
mtaborga no, we did it through Widget script.