Forum Discussion

dhiraj_gophane's avatar
11 years ago

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/<i...
  • samudhraa's avatar
    11 years ago

    Hi Dhiraj ,

    Can you try using the below api.
    /users/id/3/profiles/avatar/size/print

    or

    /users/id/3/profiles/avatar/size/unspecified 

    I believe this would give you avatar image of higher resolution.

    Hope it helps.


    Thanks,
    Sam