v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1434176150.4 KB

Creates an AWS Chatbot configuration for Microsoft Teams.

post/create-ms-teams-channel-configuration

Request body

ChannelIdstring required

The ID of the Microsoft Teams channel.

ChannelNamestring password

The name of the Microsoft Teams channel.

TeamIdstring required
<p> The ID of the Microsoft Teams authorized with AWS Chatbot.</p> <p>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 <a href="https://docs.aws.amazon.com/chatbot/latest/adminguide/teams-setup.html#teams-client-setup">Step 1: Configure a Microsoft Teams client</a> in the <i> AWS Chatbot Administrator Guide</i>. </p>
TeamNamestring password

The name of the Microsoft Teams Team.

TenantIdstring required

The ID of the Microsoft Teams tenant.

SnsTopicArnsArn[]

The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.

IamRoleArnstring required
<p>A user-defined role that AWS Chatbot assumes. This is not the service-linked role.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/chatbot/latest/adminguide/chatbot-iam-policies.html">IAM policies for AWS Chatbot</a> in the <i> AWS Chatbot Administrator Guide</i>. </p>
ConfigurationNamestring required

The name of the configuration.

LoggingLevelstring

Logging levels include <code>ERROR</code>, <code>INFO</code>, or <code>NONE</code>.

GuardrailPolicyArnsGuardrailPolicyArn[]

The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed <code>AdministratorAccess</code> policy is applied by default if this is not set.

UserAuthorizationRequiredboolean

Enables use of a user role requirement in your chat configuration.

Response

Success