Is there a way to call a web service (to notify an external service) when a user's roles change? We want to notify the external service when a new user registers or when a user's roles change (e.g. when they subscribe/purchase new services). We would want to send the UserID so the external system knows which user has changed subscriptions.
I don't see an easy way to use a trigger or CLR. Is there another way?