Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get list of Users who liked a page.

GS1337
Contributor
December 9, 2020

Hi,

 

i have a Confluence Page that got liked by over 100 Users. When i click "show who liked this page" it only shows me around 40 Users. How can i get a coomplete list of all the Users who liked this page?

1 answer

1 accepted

0 votes
Answer accepted
Brant Schroeder
Community Champion
December 10, 2020

You will have to use SQL or the API to get this information.  I believe the SQL would be this.

select c.title, l.username from LIKES l, CONTENT c where l.contentid = 'YOUR PAGE ID HERE'

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events