Jump to: navigation, search
(Created page with "=RemoveParticipantFromConference= __NOTOC__ This operation is part of the Facebook Private Messaging API section of the [[Welcome|Genesys Web Services REST API]...")
 
Line 2: Line 2:
 
__NOTOC__
 
__NOTOC__
 
This operation is part of the [[FacebookPM|Facebook Private Messaging API]] section of the [[Welcome|Genesys Web Services REST API]].
 
This operation is part of the [[FacebookPM|Facebook Private Messaging API]] section of the [[Welcome|Genesys Web Services REST API]].
 +
<h2> Overview </h2>
 +
With this request an agent can remove another agent from consultation. Only agent who is visible to all can do this.
 +
{| class="wikitable"
 +
|-
 +
! scope="row"| Request URL
 +
| /api/v2/me/facebooksession/''{id}''
 +
|-
 +
! scope="row"| HTTP Method
 +
| POST
 +
|-
 +
! scope="row" | Required Features
 +
| api-multimedia
 +
|}
 +
<h2>Parameters</h2>
 +
 +
{|
 +
|-
 +
! Parameter
 +
! Value
 +
|-
 +
|operationName
 +
|RemoveParticipantFromConference
 +
|-
 +
|targetUri
 +
|user uri to remove
 +
|}
 +
 +
<h2>Sample</h2>
 +
 +
<h3>Request</h3>
 +
 +
<source lang="text">
 +
POST api/v2/me/facebooksession/00010a9FSGFP001F
 +
{
 +
  "operationName": "RemoveParticipantFromConference",
 +
  "targetUri": "http://10.10.15.212:9090/api/v2/users/c30d06daa1ea43b8be79f9b071f30d70"
 +
}
 +
</source>
 +
 +
 +
 +
<h3>Response</h3>
 +
 +
<source lang="text">
 +
{
 +
  "statusCode": 0
 +
}
 +
</source>
 +
 +
<h3>Notification</h3>
 +
<h4>Successful</h4>
 +
<h5>Agent1 First Notification</h5>
 +
 +
<h5>Agent1 Second Notification</h5>
 +
 +
<h5>Agent1 Third Notification</h5>
 +
 +
<h5>Agent2 First Notification</h5>
 +
 +
<h5>Agent2 Second Notification</h5>
 +
 +
<h5>Agent2 Third Notification</h5>
 +
 +
<h5>Agent2 Fourth Notification</h5>
  
  
 
[[Category:V:HTCC:8.5.2DRAFT]]
 
[[Category:V:HTCC:8.5.2DRAFT]]

Revision as of 17:51, September 29, 2015

RemoveParticipantFromConference

This operation is part of the Facebook Private Messaging API section of the Genesys Web Services REST API.

Overview

With this request an agent can remove another agent from consultation. Only agent who is visible to all can do this.

Request URL /api/v2/me/facebooksession/{id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName RemoveParticipantFromConference
targetUri user uri to remove

Sample

Request

POST api/v2/me/facebooksession/00010a9FSGFP001F
{
  "operationName": "RemoveParticipantFromConference",
  "targetUri": "http://10.10.15.212:9090/api/v2/users/c30d06daa1ea43b8be79f9b071f30d70"
}


Response

{
  "statusCode": 0
}

Notification

Successful

Agent1 First Notification
Agent1 Second Notification
Agent1 Third Notification
Agent2 First Notification
Agent2 Second Notification
Agent2 Third Notification
Agent2 Fourth Notification
Comments or questions about this documentation? Contact us for support!