marketplace
latest
false
- Release Notes
- Overview
- Getting Started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Setup
- Teams
- Microsoft Teams Scope
- Create Team
- Create Team From Group
- Get Team
- Get Teams
- Channels
- Create Channel
- Delete Channel
- Get Channel
- Get Channels
- Update Channel
- Chats
- Get Chat
- Get Chats
- Get Chat Members
- Messages
- Get Message
- Get Messages
- Get Message Replies
- Reply To Message
- Send Message
- Events
- Create Event
- Delete Event
- Get Event
- Get Events
- Users
- Get User Presence
- How It Works
- Technical References
- Get Started
- About
- Setup
- Technical References
- Azure Form Recognizer Scope
- Activities
- Analyze Form
- Analyze Form Async
- Get Analyze Form Result
- Analyze Receipt
- Analyze Receipt Async
- Get Analyze Receipt Result
- Analyze Layout
- Analyze Layout Async
- Get Analyze Layout Result
- Train Model
- Get Models
- Get Model Keys
- Get Model Info
- Delete Model
- Connectors
- How to Create Activities
- Build Your Integration
Marketplace User Guide
Last updated Sep 5, 2024
Teams
The Microsoft Teams Teams activities provide methods to create and retrieve teams.
Activity |
Description |
---|---|
Creates a new team according to your specified template and visibility type. After creating your new team, the activity outputs its properties in
a
Team object that you can use as input variables
in subsequent activities
| |
Creates a new team based on an existing group in your Azure directory. The new team is created using a standard template, the name of the specified group, and it includes all group members. After creating your new team, the activity outputs its properties in
a
Team object that you can use as input variables
in subsequent activities.
| |
Retrieves the properties and relationships of a specified team. After retrieving the team, the activity returns its properties and
relationships in a
Team object that you can use as
input variables in subsequent activities
| |
Retrieves an array of
Team objects
that match your query parameters and specified team list type.
After retrieving the teams, the activity outputs their properties and
relationships in
Team[] object that you can use as
input variables in subsequent activities.
|