Skip to main content
teams.updateChannelMember updates and returns a direct channel member.

Example

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

Inputs

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

Output

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