v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 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

successboolean

Describes wether or not the operation was successful

messagestring

A message describing the result of the operation

Example response

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