I'm struggling with something similar. Apparently, there's no way to get a list of connected users' IDs, which is a joke in my opinion.
As far as I know, the best approach is to save user id to some database when the user befriends your channel.
- User signs up for your channel
- A request is sent to your webhook
- Save user id to DB for future use
- 3