- Versionshinweise
- Überblick
- Erste Schritte
- UiPath-Marktplatzanbieter
- Marketplace-Kunden
- Veröffentlichungsrichtlinien
- Veröffentlichungsrichtlinien für sofort einsatzbereite Automatisierungen
- Veröffentlichungsrichtlinien für Lösungsbeschleuniger
- Veröffentlichungsrichtlinien für Integration Service-Connectors
- Veröffentlichungsrichtlinien für Process Mining-App-Vorlagen
- Sicherheit und IP-Schutz
- Andere UiPath-Auflistungen
- Node-RED
- Einrichten
- Teams
- Microsoft Teams-Scope
- Erstellen Sie ein Team
- Erstellt ein Team aus der Gruppe
- Get Team
- Teams abrufen
- Kanäle
- Create Channel
- Kanal löschen
- Kanal abrufen
- Rufen Sie Kanäle ab
- Updatekanal
- Chats
- Get Chat
- Rufen Sie Chats ab
- Chatmitglieder abrufen
- Messages
- Get message
- Get Messages
- Rufen Sie Nachrichtenantworten ab
- Auf Nachricht antworten
- Send Message
- Events
- Termin erstellen
- Ereignis löschen
- Get Event
- Ereignisse abrufen
- Benutzer
- Rufen Sie die Benutzeranwesenheit ab
- Wie es funktioniert
- Technische Referenzen
- Erste Schritte
- Einrichten
- Technische Referenzen
- Schnellstarts
- Amazon-Scope
- Aktivitäten
- Analysieren Sie einseitiges Dokument
- Analysieren Sie ein mehrseitiges Dokument
- Dokumentanalyse starten
- Rufen Sie den Status der Dokumentanalyse ab
- Rufen Sie die Dokumentanalyse ab
- Das Objekt „Seitendetails“.
- Wie es funktioniert
- Technische Referenzen
- Erste Schritte
- Über
- Einrichten
- Technische Referenzen
- Azure Formularerkennungs-Scope
- Aktivitäten
- Formular analysieren
- Formular asynchron analysieren
- Formularergebnis der Analyse abrufen
- Beleg analysieren
- Beleg asynchron analysieren
- Rufen Sie das Analyseergebnis des Belegs ab
- Analysieren Sie das Layout
- Analysieren Sie das Layout asynchron
- Rufen Sie das Ergebnis der Analyselayouts ab
- Modell trainieren
- Modelle abrufen
- Modellschlüssel abrufen
- Modellinformationen abrufen
- Modell löschen
- Konnektoren
- So erstellen Sie Aktivitäten
- Ihre Integration entwickeln

Marketplace-Benutzerhandbuch
Microsoft Teams-Scope
The Microsoft Teams activities use the Microsoft identity platform to establish an authenticated connection between UiPath and your Microsoft Teams application via the Microsoft Scope activity. This connection enables a Robot to call the Microsoft Graph API to read and write resources on your behalf.
To establish your authenticated connection, you first register your Microsoft Teams application in your Azure Active Directory (using your personal, work, and/or school Microsoft Office 365 account). When registering your application, you assign the Microsoft Graph API permissions that specify the resources a Robot can access on your behalf.
After registering your Microsoft Teams application, Azure Active Directory assigns a unique application (client) ID that you enter in the Microsoft Teams Scope activity. The ApplicationID is used to collect the necessary information about your registered app to initiate authentication.
To learn more about registering your application and assigning permission, see the Setup guide. This guide provides step-by-step instructions to configure your Microsoft Teams application for automation.
Wie es funktioniert
The following steps and message sequence diagram is an example of how the activity works from design time (that is, the activity dependencies and input/output properties) to run time.
-
Schließen Sie die Einrichtungsschritte ab.
-
Add the Microsoft Teams Scope activity to your project.
-
Enter values for the Authentication, Input, and Unattended (if applicable) properties.

Unattended- vs. Attended-Automatisierung
The Microsoft Teams Scope activity has three different authentication flows (AuthenticationTypes) that you can choose from when adding the activity to your project. Your selection is dependent on the type of automation mode you plan to run (unattended or attended) and your application authentication requirements (consult with your administrator if you're unsure which authentication requirements apply to your application).
| AuthenticationType | Attended | Unbeaufsichtigt |
|---|---|---|
| Interaktives Token | X | Keine Angabe |
| IntegratedWindowsAuthentication | X | X |
| UsernameAndPassword | X | X |
Unattended automation does not support multi-factor authentication. If you're application requires multi-factor authentication, you can only run attended automation using the InteractiveToken authentication type.
Interaktives Token
The InteractiveToken authentication type can be used for attended automation and when multi-factor authentication (MFA) is required. This is the default option and what we use in our examples. If you're interested in "playing around" with the activity package, this option is easy to configure and works well for personal accounts (using the default redirect URI noted in step 7 of the Register your application section of the Setup guide).
When the Microsoft Teams Scope activity is run for the first time using this authentication type, you are prompted to authorize access to the resources (you granted permissions to when registering your app) via a consent dialogue box.
If you select this option, the Username, Password, and Tenant properties should be left empty.
This authentication type follows the OAuth 2.0 authorization code flow.
Integrierte Windows-Authentifizierung
The IntegratedWindowsAuthentication authentication type can be used for both attended and unattended automation. This option can apply to Windows hosted applications running on computers joined to a Windows domain or Azure Active Directory.
You should only select this option if your registered application is configured to support Integrated Windows Authentication (additional information can be found on GitHub).
If you select this option, the Username, Password, and Tenant properties should be left empty.
UsernameAndPassword
The UsernameAndPassword authentication type can be used for both attended (when multi-factor authentication is not required) and unattended automation.
Though it's not recommended by Microsoft, you can use this authentication type in public client applications. Using this authentication type imposes constraints on your application. For instance, apps using this flow won't be able to sign in a user who needs to perform multi-factor authentication (conditional access). It won't enable your application to benefit from single sign-on either. Authentication with username/password goes against the principles of modern authentication and is only provided for legacy reasons (additional information can be found on GitHub).
If you select this option, the Username and Password properties are required and the Tenant property is optional for single-tenant applications (required for multi-tenant applications).
The ApplicationID property is required when selecting the UsernameAndPassword AuthenticationType. You can register your Microsoft Office 365 Application using your personal, work, and/or school account.
Eigenschaften
Die Werte für die folgenden Eigenschaften werden beim Hinzufügen dieser Aktivität zu Ihrem Projekt in UiPath Studio angegeben.
Allgemein
DisplayName
Der Anzeigename der Aktivität.
| Attribute | Details |
|---|---|
| Typ | String |
| Erforderlich | Ja |
| Standardwert | Microsoft Teams-Scope |
| Zulässige Werte | Geben Sie eine String oder String -Variable ein. |
| Hinweise | Keine Angabe |
Authentication
ApplicationID
The unique application (client) ID assigned by the Azure Active Directory when you registered your app during Setup.
| Attribute | Details |
|---|---|
| Typ |
|
| Erforderlich | Ja |
| Standardwert | Leer |
| Zulässige Werte | Geben Sie eine String oder String -Variable ein. |
| Hinweise |
|
AuthenticationType
Der für Ihre registrierte Anwendung erforderliche Authentifizierungstyp.
| Attribute | Details |
|---|---|
| Typ | Dropdownauswahl |
| Erforderlich | Ja |
| Standardwert | Interaktives Token |
| Zulässige Werte | Select one of the three options: InteractiveToken IntegratedWindowsAuthentication UsernameAndPassword |
| Hinweise | For more information about these options and which one to select, see the Unattended and Attended Automation section above. |
Mandant
The unique directory (tenant) ID assigned by the Azure Active Directory when you registered your app during.
| Attribute | Details |
|---|---|
| Typ | String |
| Erforderlich | Nein (erforderlich für Anwendungen mit mehreren Mandanten) |
| Standardwert | Leer |
| Zulässige Werte | Geben Sie eine String oder String -Variable ein. |
| Hinweise | Die Verzeichnis-ID (Mandant) finden Sie auf der Übersichtsseite Ihrer registrierten Anwendung (unter der Anwendungs-ID (Client). |
Interaktives Token
OAuthAnwendung
Gibt die zu verwendende Anwendung (Client) an.
| Attribute | Details |
|---|---|
| Typ | enum |
| Erforderlich | Nein |
| Standardwert | Benutzerdefiniert |
| Zulässige Werte | Benutzerdefiniert, UiPath |
| Hinweise | Wenn „UiPath“ ausgewählt ist, werden AnwendungsID und Mandant ignoriert. |
Benutzername und Kennwort (Unattended)
These properties apply when you run unattended automation only. When specifying values for these properties, be sure the AuthenticationType property is set to UsernameAndPassword. For more information, see the Username and Password section above.
Passwort
Das Kennwort Ihres Microsoft Office 365-Kontos.
| Attribute | Details |
|---|---|
| Typ | String |
| Erforderlich | No (required if AuthenticationType is UsernameAndPassword) |
| Standardwert | Leer |
| Zulässige Werte | Geben Sie eine String oder String -Variable ein. |
| Hinweise | Keine Angabe |
SicheresKennwort
Das Kennwort Ihres Microsoft Office 365-Kontos.
| Attribute | Details |
|---|---|
| Typ | SecureString |
| Erforderlich | No (required if AuthenticationType is UsernameAndPassword) and Password is null. |
| Standardwert | Leer |
| Zulässige Werte | Geben Sie eine SecureString oder SecureString -Variable ein. |
| Hinweise | Keine Angabe |
Benutzername
Der Benutzername Ihres Microsoft Office 365-Kontos.
| Attribute | Details |
|---|---|
| Typ | String |
| Erforderlich | No (required if AuthenticationType is UsernameAndPassword) |
| Standardwert | Leer |
| Zulässige Werte | Geben Sie eine String oder String -Variable ein. |
| Hinweise | Keine Angabe |