Webhook for different user in Plex home

Hello,

I use Plex home to organize the users in the house. I use Simkl to track my shows/movies. Webhooks are server side, so when another user watches something, it sends it too to the webhook. Please make possible that webhooks can be specified for specific user in Plex home.

AFAIK, webhooks already contain the user ID who triggered the event in their payload. All you need to do is to read the user ID and then you know to which user this event is to be assigned.
https://support.plex.tv/articles/115002267687-webhooks/