Step Details | |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Get Chats for User (Delegated) step retrieves chat conversations for a specified Microsoft Teams user. This step requires a delegated authentication token so that the workflow can act on behalf of the selected Microsoft 365 user.
Note
A delegated authentication token allows the step to access Microsoft Teams resources on behalf of a signed-in Microsoft 365 user. The step can only retrieve chats that the authenticated user has permission to access.
Teams Connection
| Property | Description | Data Type |
|---|---|---|
| Selected Auth Token | Selects the Microsoft 365 delegated authentication token used to connect to Microsoft Teams. The token must have permissions to access user chats. | Dropdown |
| Use FlowData for Auth Token | When enabled, it allows the authentication token to be provided dynamically via Flow data rather than selecting a predefined token. | Boolean |
Inputs
| Property | Description | Data Type |
|---|---|---|
| Next Link | Indicates the URL or reference used to retrieve the next page of results when data is returned in multiple pages. | String |
Outputs
| Property | Description | Data Type |
|---|---|---|
| Next Link | Indicates the URL or reference used to retrieve the next page of results when data is returned in multiple pages. | String |
| Chats | Returns chat conversations available to the specified user based on delegated permissions. | List of TeamsChat |


Step Changes
| Description | Version | Date | Developer Task |
|---|---|---|---|
| The Get Chats for User (Delegated) step was introduced. | 9.25 | May 2026 | DT-046397 |
Related Information