Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account.
See https://www.paws-r-sdk.com/docs/chatbot_list_microsoft_teams_channel_configurations/ for full documentation.
chatbot_list_microsoft_teams_channel_configurations(
MaxResults = NULL,
NextToken = NULL,
TeamId = NULL
)
The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
The ID of the Microsoft Teams authorized with AWS Chatbot.
To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more information, see Step 1: Configure a Microsoft Teams client in the AWS Chatbot Administrator Guide.