HI
I am currently writing a custom macro for our JEMH. I use $context.user.displayName.asText()
to include the user's name in the signature. But I would also like to include email, title and department. I have already tried:
$context.user.email.asText()
$context.user.properties.title.asText()
$context.user.title.asText()
$context.user.properties.title.asText()
$context.user.department.asText()
$context.user.properties.department.asText()