Revision as of 17:51, 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

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!