# Viewing the user who marks the solution

**URL:** https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660
**Category:** Support
**Tags:** solved
**Created:** [April 19, 2024, 7:20pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660 "2024-04-19T19:20:18Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![sps](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sps/32/380186_2.png) [@sps](https://meta.discourse.org/u/sps)
#### Post date: [April 19, 2024, 7:20pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660/1 "2024-04-19T19:20:18Z")

</div>

Hi everyone 👋

I’m recently facing an issue where I want to know if the author of the post marked a reply as a solution or if it was an admin/mod.

I currently have no idea how to figure that out or if Discourse even shows that.

IIRC, Discourse only sends a notification to the author of the reply and the author of the topic if someone else marks the solution.

This will also help to keep in check if someone is just marking their own replies as solutions to boost stats.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [April 19, 2024, 7:31pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660/2 "2024-04-19T19:31:01Z")

</div>

You can use the [data explorer](https://meta.discourse.org/t/32566?silent=true) to find that out

> [@Who has marked a particular topic as Solved](https://meta.discourse.org/t/who-has-marked-a-particular-topic-as-solved/261876):
>
> To look up who has marked a particular topic as Solved: -- [params] -- topic\_id :topic\_id SELECT target\_topic\_id, acting\_user\_id, created\_at::date FROM user\_actions WHERE target\_topic\_id = :topic\_id AND action\_type = 15 ORDER BY created\_at DESC

> [@How do I see who is marking solved and on what?](https://meta.discourse.org/t/how-do-i-see-who-is-marking-solved-and-on-what/63981/4):
>
> I was interested to see these stats for my instance as well, so had a go at making some queries for [data explorer](https://meta.discourse.org/t/32566?silent=true): To list each individual “solved” event: SELECT acting\_user\_id, target\_topic\_id, target\_post\_id, created\_at FROM user\_actions WHERE action\_type=15 ORDER BY created\_at DESC To produce a list with stats per-user: (with variable for time interval, defaults to 1 year): -- [params] -- string :interval = 1 year SELECT ua.acting\_user\_id, count(case t.user\_id when ua.acting\_use…

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [April 19, 2024, 7:43pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660/3 "2024-04-19T19:43:51Z")

</div>

There’s also this open #Contribute > Feature request you may find interesting and want to add your voice to:

> [@Display the user who marked the answer as correct](https://meta.discourse.org/t/display-the-user-who-marked-the-answer-as-correct/249016/9):
>
> Over and over again I have wished I could tell who marked a post the solution: whether it was the OP or someone who (for whatever reason) wanted to close the topic

---

<div class="post-metadata">

### Author: ![sps](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sps/32/380186_2.png) [@sps](https://meta.discourse.org/u/sps)
#### Post date: [April 19, 2024, 7:56pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660/4 "2024-04-19T19:56:35Z")

</div>

Thank you @Moin

I mean the ability to view who marked solutions for non-admin roles like category mods and even regular users as well.

---

<div class="post-metadata">

### Author: ![sps](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sps/32/380186_2.png) [@sps](https://meta.discourse.org/u/sps)
#### Post date: [April 19, 2024, 7:58pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660/5 "2024-04-19T19:58:03Z")

</div>

Thanks @JammyDodger

I have added to the open feature request you shared.

I’d really appreciate it if everyone could view who marked the solution.

---

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [August 27, 2026, 5:45pm UTC](https://meta.discourse.org/t/viewing-the-user-who-marks-the-solution/304660/6 "2026-08-27T17:45:55Z")

</div>

This is now supported! The admin page has a new toggle (default off) that enables it.

On our site with that config enabled, it looks like this:

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/7/4/e74702200d35b1353f07e1f1c50397328badb2a3.png)
