Line 3: | Line 3: | ||
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> | <h2> Overview </h2> | ||
− | + | 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. | |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 26: | Line 26: | ||
|- | |- | ||
|targetUri | |targetUri | ||
− | |user | + | |The user URI to remove. |
|} | |} | ||
Line 53: | Line 53: | ||
<h3>Notification</h3> | <h3>Notification</h3> | ||
<h4>Successful</h4> | <h4>Successful</h4> | ||
− | < | + | <br/>'''Agent1 First Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
− | < | + | <br/>'''Agent1 Second Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
− | < | + | <br/>'''Agent1 Third Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
− | < | + | <br/>'''Agent2 First Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
− | < | + | <br/>'''Agent2 Second Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
− | < | + | <br/>'''Agent2 Third Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
− | < | + | <br/>'''Agent2 Fourth Notification''' |
− | + | <br/>{{Editgrn_open}}Missing{{Editgrn_close}} | |
[[Category:V:HTCC:8.5.2DRAFT]] | [[Category:V:HTCC:8.5.2DRAFT]] |
Revision as of 20:02, September 29, 2015
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!