Forum Discussion
VarunGrazitti
9 years agoBoss
sankulseth - Welcome to the community. You can use this API to pull avatars, API Link.
I hope this helps.
sankulseth
9 years agoContributor
I went through the developer guide quick question what should be URL values for below link
http://community.lithium.com/community-name/restapi/vc/users/id/43/profiles/avatar
http://community.lithium.com/community-name/restapi/vc/users/id/43/profiles/avatar
- VarunGrazitti9 years agoBoss
sankulseth - It should be http://community.lithium.com/restapi/vc/users/id/43/profiles/avatar
However, in the code, you need to call it like:
<#assign getAvatar = restadmin("/users/id/43/profiles/avatar/url").value>
${getAvatar} <!-- this will print the URL of the avatar -->
I hope this helps.
Related Content
- 10 years ago
- 7 years ago
- 5 years ago
- 9 years ago
- 11 months ago