Step Details | |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Get Meetings for User (Delegated) step retrieves meeting details 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 and access meeting information based on their permissions.
Note
A delegated authentication token allows the step to perform actions on behalf of a signed-in Microsoft 365 user. The permissions and accessible meeting data are limited to what the authenticated user is authorized to access in Microsoft Teams.
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 permission to access user meetings. | 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 |
|---|---|---|
| User Id | Specifies the Microsoft 365 user identifier for which meeting details will be retrieved. | String |
Outputs
| Property | Description | Data Type |
|---|---|---|
| Meetings | Returns meeting information associated with the specified user, based on delegated permissions. | List |


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