Discord Integration with Webhooks

Hi! I’m wondering if it is possible that the ID of a discord user is sent on a user update through a web hook? I want to connect discourses discord authentication to a discord guild where I have a verification bot.
(Sorry for bad spelling, I’m currently on mobile)

1 Like

Discourse webhook won’t contain any information about OAuth2 linked accounts from a user. You can create a custom API endpoint for that using How to run Data Explorer queries with the Discourse API.

2 Likes

Thank you! I was looking for something like that.