Microsoft Teams connector thinklet
Configure Microsoft Teams connector thinklets to take specific actions within your workflow.
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.
The table below shows the API Service connector details needed when recreating the connector:
Resource Path
/users/{{userUuid}}/presence
Method
GET
Payload
Outputs
UserAvctivity $.activity
UserAvailability $.availability
Last updated
Was this helpful?