# A equipe pode ver o autor real de posts anônimos?

**URL:** https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488
**Category:** Feature
**Tags:** anonymous-mode
**Created:** [20 Setembro , 2015 03:01 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488 "2015-09-20T03:01:34Z")
**Posts on this page:** 1
**Showing post:** 9

<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: [8 Junho , 2025 13:40 UTC](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488/9 "2025-06-08T13:40:10Z")

</div>

Acho que uma consulta ao explorador de dados ainda é a maneira recomendada.

Algo simples como isto, talvez:

```sql
-- [params]
-- user_id :user

SELECT user_id,
       master_user_id
FROM anonymous_users 
WHERE user_id = :user

```

Embora a consulta exata possa depender do motivo pelo qual você precisa das informações.

---

_[View the full topic](https://meta.discourse.org/t/can-staff-be-able-to-see-real-author-of-anonymous-posts/33488)._
