How to add profile image or avatar to users on Wordpress. There is no option to add it. We have image link from media on wordpress site. No idea how to assign it to users.
Hi @Real_Internet_Sales; I’ve not done WordPress development for a while, but I suspect that you’ll need to use the REST API module to modify the avatar_URL
per Update details of a user of a site. – WordPress.com Developer Resources.
The example has me thinking that a POST call passing query values should suffice.