ContributionsMost RecentMost LikesSolutionsRe: Getting Profile URL form email address ? ChiaraSThanks.:smileyhappy: - Keshav Re: Getting Profile URL form email address ? ThanksClaudiusH I use the same approach and achieved desirable output Community/users/email/keshav_kelkar@email.com and got required profile URL in href section href="/users/id/12345" Regards- Keshav M. Kelkar Re: REST call for context object ${env.context.message.id} ? Thanks a lotcike Re: FreeMarker template error ClaudiusHproblem is solved I used "page.context.message.id" in place of "env.context.message.id". thanks for your inputs. Re: REST call for context object ${env.context.message.id} ? cikeThe problem is solved. I used "page.context.message.id" in place of "env.context.message.id". Thanks for your efforts. REST call for context object ${env.context.message.id} ? Can anyone please tell me the REST call to or alternative way to get${env.context.message.id} ? I am getting freemarker error when I try to access${env.context.message.id}, so I need some alternative way such as REST call or any other so that I could get the same value as I am getting by${env.context.message.id} . SolvedRe: FreeMarker template error PerBonomi Can you please tell me the REST call to or alternative way to get${env.context.message.id} ? I am getting freemarker error when I try to access${env.context.message.id}, so I need some alternative way such as REST call or any other so that I could get the same value as I am getting by${env.context.message.id} . FreeMarker template error what is to be done if I gets this error saying The following has evaluated to null or missing: ==> env.context.message that i am missing env.context.message Please let me know what can be done to fix this ? Getting Profile URL form email address ? How can I get profile URL of user , if i have email address of the user. Please let if know if there is ani REST call for the same ? Thanks Keshav kelkar Re: Textkey/Tag for Email Address RogersRoland Have you used respected user_id ???? <#assign emailAdd = rest ("users/id/"+user_id+"/email")> for example <#assign emailAdd = rest ("users/id/12345/email")>