dhiraj_gophane
11 years agoLeader
Is there any rest Api to fetch "Print" avatar of a user
Hi all,
I want to fetch avatar image of a user in high resolution.
I found "Print" avatar and "Profile" avatar useful in this case.
But with the current rest api which I found is
/users/id/<id>/profiles/avatar/url
But, this api gives "Message" avatar, which has a small resolution.
Is there any alternative to get Print or Profile avatars?
Hi Dhiraj ,
Can you try using the below api.
/users/id/3/profiles/avatar/size/printor
/users/id/3/profiles/avatar/size/unspecified
I believe this would give you avatar image of higher resolution.
Hope it helps.
Thanks,
Sam