chatbot:ListMicrosoftTeamsConfiguredTeams

Read

chatbot:ListMicrosoftTeamsConfiguredTeams is a Read access-level action in the chatbot service. Grants permission to list all Microsoft Teams connected to the AWS Account onboarded with AWS Chatbot service

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows chatbot:ListMicrosoftTeamsConfiguredTeams. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowChatbotListMicrosoftTeamsConfiguredTeams",
      "Effect": "Allow",
      "Action": "chatbot:ListMicrosoftTeamsConfiguredTeams",
      "Resource": "*"
    }
  ]
}

Related actions in chatbot

View all chatbot actions →