MicrosoftGraphTeams
Microsoft Graph lets your app get authorized access to a user's Teams app in a personal or organization account.
Messaging and Conferencing · MicrosoftGraphTeams
Configuration parameters
url— Server URL (required)tenant_id— Tenant ID (required)client_id— Client ID (required)secret— Client Secretcertificate_thumbprint— Certificate Thumbprintprivate_key— Private Keyself_deployed— Use a self deployed Azure Applicationredirect_uri— Application redirect URI (for Authorization Code flow mode)auth_code— Authorization Codedelegated_user— Email address of the XSOAR delegated Teams user (e.g. "example@demisto.com") (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settingshandle_error— Suppress Errors for Non Found Users
Commands (11)
-
msgraph-teams-add-memberAdd a conversationMember to a chat.
-
msgraph-teams-auth-resetRun this command if for some reason you need to rerun the authentication process.
-
msgraph-teams-create-chatCreate a new chat.
-
msgraph-teams-generate-login-urlGenerate the login url used for Authorization code flow.
-
msgraph-teams-get-chatRetrieve a single chat (without its messages).
-
msgraph-teams-list-chatsRetrieve the list of chats that the user is part of.
-
msgraph-teams-list-membersList all conversation members in a chat.
-
msgraph-teams-list-messagesRetrieve the list of messages in a chat.
-
msgraph-teams-send-messageSend a new message in a chat.
-
msgraph-teams-testTests connectivity to Microsoft Graph Teams.
-
msgraph-teams-update-chatUpdate the properties of a chat object.