Revision as of 20:02, September 29, 2015 by Jumunn (talk | contribs)
Jump to: navigation, search

RemoveParticipantFromConference

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

Overview

This request enables an agent to remove another agent from a consultation. Only the agent who is visible to all (both the customer and the other agent) can do this.

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

Parameters

Parameter Value
operationName RemoveParticipantFromConference
targetUri The 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
Missing
Agent1 Second Notification
Missing
Agent1 Third Notification
Missing
Agent2 First Notification
Missing
Agent2 Second Notification
Missing
Agent2 Third Notification
Missing
Agent2 Fourth Notification
Missing

Comments or questions about this documentation? Contact us for support!