Step Details | |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Get Meeting Recording (Delegated) step retrieves a Microsoft Teams meeting recording that the specified user has permission to access. This step requires a delegated authentication token so the workflow can act on behalf of the user.
Note
A delegated authentication token allows the step to access Microsoft Teams resources on behalf of a signed-in Microsoft 365 user. The meeting recording can only be retrieved if the authenticated user has permission to access the specified meeting and its recording.
Teams Connection
| Property | Description | Data Type |
|---|---|---|
| Selected Auth Token | Selects the Microsoft 365 delegated authentication token used to access Microsoft Teams resources. The token must have permission to read meeting recordings. | 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 |
|---|---|---|
| Meeting Id | Specifies the identifier of the Microsoft Teams meeting for which the recording will be retrieved. | String |
Outputs
| Property | Description | Data Type |
|---|---|---|
| Recording | Returns the meeting recording file data accessible to the delegated user. | FileData |


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