Skip to main content
teams.onChannelMemberUpdated subscribes to Microsoft Graph change notifications.

Example

automations/teams-on-channel-member-updated.automation.ts

Options

Pass { team: "Engineering", channel: "Private" }. team and channel accept exact display names or provider IDs. Optional account selects a Microsoft binding.

Event

Runs when a direct channel member is updated. The event includes changeType, resourceType, resourceId, contextual team/channel/chat IDs, and normalized data when Graph still exposes the resource. Deletions are ID-only tombstones. Teams subscriptions are short-lived and Automate.ax renews them automatically. Channel membership is subscribed team-wide and filtered to the configured private or shared channel.