Webhooks for staff users

Webhooks are so cool, but shouldn’t there also be staff user related events, such as ‘user created’, ‘user updated’, ‘user suspended’, ‘user deleted’?

Interesting idea - what’s the usecase you have in mind?

E-mailing them when something is new about their profile, keeping a log of changes, creating a separate API endpoint that’s accesible via slug only / as that’s all the webserver knows upon request… and possibly the other things that are also good for the tag related events, I assume.

And one other use case: Though maybe not intended that way, webhooks could be used to generate static websites, writing each page in its own turn as a file. Surely the user related webhooks would be needed in order to update their respective pages.