尝试捕获基于用户信任等级、管理员状态和版主状态更新的 webhook

I see there is a webhook, user_updated_event, but it is not triggering on:

  • Changing a user’s trust level
  • Granting/revoking moderator
  • Granting/revoking admin

I also notice that the the user table, and the user_updated_event object both have:

  • Trust level (number)
  • Moderator (Boolean)
  • Admin (Boolean)

Am I missing something here?