Webhook event for member_updated #144911
Unanswered
ryancdavison
asked this question in
API and Webhooks
Replies: 1 comment 3 replies
-
I've been facing the same issue 🤔 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Feedback
Body
I am trying to catch events when organization members are updated to organization admin (owner) or from owner to member. Under the Webhook Events for
organization
I see event payloads fordeleted
,member_added
,member_invited
,member_removed
, andrenamed
. I would like to get themember_updated
event,I set up a test webhook with the "send me everything" option ticked and another dedicated to the
organization
events. Then I tested adding and removing members, and received the webhook event as expected. Next, I modified a "member" updating them to "owner" and I do not see any webhook event triggered for this action, even in the "send me everything" webhook. I do see the event in the audit logs.Is this omitted intentionally? Is there another way I can tell if a member's organization role has changed? Or is there a way we can have the
member_updated
event?Beta Was this translation helpful? Give feedback.
All reactions