add_channel_member
Add a user to a Microsoft Teams channel by specifying team, channel, and user IDs, with an optional role assignment.
Instructions
Add a user to a channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role (default member) | |
| team_id | Yes | The ID of the team | |
| user_id | Yes | The user's object ID (from Entra ID) | |
| channel_id | Yes | The ID of the channel |