# 全招待とinvite treeの確認方法

**URL:** https://meta.discourse.org/t/how-to-see-all-invites-and-invite-tree/322787
**Category:** Support
**Tags:** invites
**Created:** [2024 年 8 月 21 日午後 9:03 UTC](https://meta.discourse.org/t/how-to-see-all-invites-and-invite-tree/322787 "2024-08-21T21:03:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![wal](https://avatars.discourse-cdn.com/v4/letter/w/d6d6ee/32.png) [@wal](https://meta.discourse.org/u/wal)
#### Post date: [2024 年 8 月 21 日午後 9:21 UTC](https://meta.discourse.org/t/how-to-see-all-invites-and-invite-tree/322787/2 "2024-08-21T21:21:39Z")

</div>

参考までに、ここにある指示に従ってデータベースに直接アクセスすると、データがデータベースに存在することがわかります。

```plaintext
cd /var/discourse/
./launcher enter app

# Postgresコンソールを開始
sudo -u postgres psql discourse

# すべての招待状を一覧表示するには、このSQLコマンドを実行します
select * from invites;

```

WebサイトUIからこれを確認するために、Data Explorerプラグインを使用することを検討します。[Discourse Data Explorer](https://meta.discourse.org/t/discourse-data-explorer/32566)

これは、管理パネルに組み込まれるべきもののように思われます。

---

_[View the full topic](https://meta.discourse.org/t/how-to-see-all-invites-and-invite-tree/322787)._
