Administrator control over user Webhook registrations

We've enhanced the role privileges of the Administrator role, granting them authority to modify Webhook registrations for other users. This advancement involved introducing two new endpoints accessible via the application-wide permission Manage WebHooks Registration.

Users with this permission can now conveniently retrieve and delete one or multiple Webhook registrations using the following endpoints:
  • Retrieve All Registrations: HTTP GET api/webhooks/registrations/admin/all
  • Delete Specific Registrations:HTTP DELETE api/webhooks/registrations/admin/delete?registrationIds={registrationId}