v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
External Connections

Refresh Operator Connect integration

This endpoint will make an asynchronous request to refresh the Operator Connect integration with Microsoft Teams for the current user. This will create new external connections on the user's account if needed, and/or report the integration results as log messages.

post/operator_connect/actions/refresh

Response

Successful response

messagestring

A message describing the result of the operation

successboolean

Describes wether or not the operation was successful

Example response

{
  "message": "Operator connect refresh already in progress",
  "success": true
}