Skip to main content

Refresh Operator Connect integration

POST 
/operator_connect/actions/refresh

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.

Responses

200: Successful response

202: Successful response

401: Unauthorized

Request samples


curl -L -X POST 'https://api.telnyx.com/v2/operator_connect/actions/refresh' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


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