Jump to: navigation, search

EndContactCenterSession

This operation is part of the Voice API section of the Web Services API.

Overview

Ends a previously started session for the agent. For voice, this logs out the agent and restores the agent's default device assignment.

Important
This request also invalidates the client HTTP session and should be performed as the last step for session cleanup.
Request URL /api/v2/me/
HTTP method POST
Required features api-voice

Parameters

Parameter Value
operationName EndContactCenterSession

Sample

Request

POST api/v2/me
{
  "operationName": "EndContactCenterSession"
}

HTTP response

{
  "statusCode": 0
}
This page was last edited on March 25, 2016, at 18:22.
Comments or questions about this documentation? Contact us for support!