M365ChannelMessagesRead
Alias:M365ChannelMessagesRead
Output:Array<T>
Reads M365 Channels. Uses /teams/{teamId}/channels/{channelId}/messages
endpoint.
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
ChannelId | string | ChannelName must be set. | The Id of the Channel. Either this or ChannelName must be set. | ||
ChannelName | string | ChannelId must be set. | The Name of the Channel. Either this or ChannelId must be set. | ||
TeamId | string | TeamName must be set. | The Id of the Team the channel belongs to. Either this or TeamName must be set. | ||
TeamName | string | TeamId must be set. | The Name of the Team the channel belongs to. Either this or TeamId must be set. |