Hello,
I try to create my own macro and I want to read out the user details like the phone number.
At the meantime I get the userPicture and the full name. But how can I read the details?
I have this:
#set( $profileUser = $userAccessor.getUserByName($param0) )
#set( $userFullName = $profileUser.getFullName() )
This works fine.
I tried something like
#set( $userPhone= $userDetailsManager.getStringProperty($profile_user,"phone"))
but this doesn't work
Hi @e_baum
There is a workaround on this feature request. Take a look at the post and let us know if it worked: https://jira.atlassian.com/browse/CONFSERVER-59935
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.