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.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/operator_connect/actions/refresh'
Response Response Example
200 - Example 1
{"message":"Operator connect refresh already in progress","success":true}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.