Currently we have IP address showing in our Profilecards using this code <#if isAdmin>
<li>
<#assign userIP = rest("/users/id/"+user_id+"/settings/name/user.last_visit_ipaddress?restapi.response_sty...
RogersRoland - You are using the context object ${user.id} which brings your own ID. You need to pass the ID of the user for whom you want to fetch the email.