I have a table-data of user full names and their email addresses. I use the column of email addresses to generate a list-data in a scaffold form. Is there a way to use the email address I have and retrieve the user's full name from Confluence?
Thanks
Hi Kathryn Moye,
Happy New Year!
The answer is yes. All user is stored in Confluence CWD_USER table. Here the query to list their display name and email. Replace the <EMAIL> in the query with your user email.
select DISPLAY_NAME from CWD_USER where EMAIL_ADDRESS=<EMAIL>;
Hope this help!
Regards,
Jing Hwa
Happy New Year to you!
Our admins won't give us access to the SQL macro. Is there any other way?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Is there a way to do this without the SQL macro?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.