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
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Responses
🟢200OK
application/json
Successful response
Body
🟢202Accepted
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/operator_connect/actions/refresh' \
--header'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{"message":"Operator connect refresh already in progress","success":true}