Delete Microsoft Teams User Identity
chatbot_delete_microsoft_teams_user_identity | R Documentation |
Identifes a user level permission for a channel configuration¶
Description¶
Identifes a user level permission for a channel configuration.
Usage¶
chatbot_delete_microsoft_teams_user_identity(ChatConfigurationArn,
UserId)
Arguments¶
ChatConfigurationArn |
[required] The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete. |
UserId |
[required] The Microsoft Teams user ID. |
Value¶
An empty list.
Request syntax¶
svc$delete_microsoft_teams_user_identity(
ChatConfigurationArn = "string",
UserId = "string"
)