# Is there a way to associate a transaction ID with an invitation link?

**URL:** https://meta.discourse.org/t/is-there-a-way-to-associate-a-transaction-id-with-an-invitation-link/386113
**Category:** Support
**Created:** [October 19, 2025, 12:49pm UTC](https://meta.discourse.org/t/is-there-a-way-to-associate-a-transaction-id-with-an-invitation-link/386113 "2025-10-19T12:49:01Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [November 20, 2025, 10:31pm UTC](https://meta.discourse.org/t/is-there-a-way-to-associate-a-transaction-id-with-an-invitation-link/386113/5 "2025-11-20T22:31:57Z")

</div>

Try with this [data explorer](https://meta.discourse.org/t/32566?silent=true) query.

> [@Use data explorer to get a list of users who signed up via invitations](https://meta.discourse.org/t/use-data-explorer-to-get-a-list-of-users-who-signed-up-via-invitations/224871/8):
>
> I was able to update this [data explorer](https://meta.discourse.org/t/32566?silent=true) query to include the invite\_key used by the user to join the site. SELECT u1.username AS invitee, u2.username AS inviter, i.invite\_key, iu.redeemed\_at FROM invited\_users iu JOIN invites i ON iu.invite\_id = i.id JOIN users u1 ON iu.user\_id = u1.id JOIN users u2 ON i.invited\_by\_id = u2.id WHERE iu.redeemed\_at IS NOT NULL ORDER BY iu.redeemed\_at DESC

---

_[View the full topic](https://meta.discourse.org/t/is-there-a-way-to-associate-a-transaction-id-with-an-invitation-link/386113)._
