# Trying to catch webhook based on when user trust level, admin status, and moderator status are updated

**URL:** https://meta.discourse.org/t/trying-to-catch-webhook-based-on-when-user-trust-level-admin-status-and-moderator-status-are-updated/305296
**Category:** Support
**Tags:** webhooks
**Created:** [April 24, 2024, 5:57pm UTC](https://meta.discourse.org/t/trying-to-catch-webhook-based-on-when-user-trust-level-admin-status-and-moderator-status-are-updated/305296 "2024-04-24T17:57:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jordan-violet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jordan-violet/32/281428_2.png) [@jordan-violet](https://meta.discourse.org/u/jordan-violet)
#### Post date: [April 24, 2024, 5:57pm UTC](https://meta.discourse.org/t/trying-to-catch-webhook-based-on-when-user-trust-level-admin-status-and-moderator-status-are-updated/305296/1 "2024-04-24T17:57:00Z")

</div>

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?
