Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Microsoft Auth Token

Prev Next

Step Details

Introduced in Version9.25.0
Last Modified in Version9.25.0
LocationIntegration > Microsoft Teams

The Get Microsoft Auth Token step retrieves a Microsoft 365 authentication token that can be used by other Microsoft Teams steps within a flow. This step enables workflows to dynamically obtain a valid token based on configured credentials and permissions in Azure.


Teams Connection

PropertyDescriptionData Type
Selected Auth TokenSelects the Microsoft 365 authentication configuration used to generate the token. The available options are based on configured connections.Dropdown
Use FlowData for Auth TokenWhen enabled, it allows the authentication configuration to be supplied dynamically via Flow data instead of selecting a predefined option.Boolean

Outputs

PropertyDescriptionData Type
Auth TokenReturns the generated Microsoft 365 authentication token that can be used for subsequent Microsoft Teams API calls.MicrosoftAuthenticationToken
Token NameRepresents the name of the authentication token retrieved by the step, which can be used to map and pass the token to other steps within the flow.String


Step Changes

DescriptionVersionDateDeveloper Task
The Get Microsoft Auth Token step was introduced.9.25May 2026DT-046397
Related Information

Microsoft Teams Module