Skip to main content
teams.removeChannelMember removes a direct channel member and completes without output.

Example

automations/teams-remove-channel-member.automation.ts

Inputs

Pass { team: "Engineering", channel: "Private", memberId: "member-id" }. The optional second argument { account } selects a Microsoft binding.

Output

Removes a direct channel member and completes without output. Microsoft Graph IDs are opaque and should be passed through unchanged. Private and shared channel membership operations do not apply to standard channels.