You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 for deleted, member_added, member_invited, member_removed, and renamed. I would like to get the member_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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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