Forum Discussion
sankulseth - Welcome to the community. You can use this API to pull avatars, API Link.
I hope this helps.
- sankulsethContributorI 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/avatarsankulseth - 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
- 6 years ago
- 10 years ago
- 5 years ago
- 9 years ago