Hello
Confluence version 8.5.12
Data Center 9.2
I have corporate confluence server and I'm using python confluence api to get values from a table. I use get_page_by_title() and I am able to get all the data in the table except for user contact info.
In the table, one of the columns contains zero or more users added with the @ symbol, so they appear as clickable links, however, when the column is retrieved with the api, it's contents are "None", how can I get a list of the users email addresses that are in that column?
Thank you
xp