Microsoft Teams connector thinklet

Configure Microsoft Teams connector thinklets to take specific actions within your workflow.

Refer to the Permissions section in the Microsoft documentation to view the required authorizations.

Action: Get user MS Teams status

Get user MS Teams status retrieves user availability and activity statuses in MS Teams.

The Microsoft Teams connector thinklet relies on the Get presence API endpoint provided by Microsoft Graph.

  • Parameters: Configure the data used as parameters for this action. Hover over the tooltip icon for more information on how the system maps the parameter and what data is required.

    • User UUID: UUID of the Entra ID user whose MS Teams status you want to retrieve.

  • Outputs

    • User availability status (UserAvailability): Basic presence information for the user—Available, Busy, Away, and more.

    • User activity status (UserActivity): Additional information about the availability of a user—InACall, Presenting, OutOfOffice, and more.

If an invalid user UUID has been supplied or the user no longer exists in the Entra ID, both outputs return PresenceUnknown.

When using this connector in a workflow, add a condition branch to verify that the output is notPresenceUnknown. This ensures that the system has successfully retrieved the MS Teams presence status.

The table below shows the API Service connector details needed when recreating the connector:

Field
Value

Resource Path

/users/{{userUuid}}/presence

Method

GET

Payload

Outputs

UserAvctivity $.activity

UserAvailability $.availability

Last updated

Was this helpful?