Call Queue Members


API for managing call queue members.

This API is used to specify the association between call queues and the agents that have been assigned to them. Note that a call agent can be assigned to more than one call queue.

URLs

References

Call Queues API
Call Queue Agents API

Looking up a Resource (single objects, lists and tabular data)
Creating a Resource
Updating a Resource
Deleting a Resource

Notes

CallQueueMember Object

{
  "CallQueueMemberId": 0,
  "CallQueueId": 0,
  "CallQueueAgentId": 0
}

Table Definition

CALL_QUEUE_MEMBERS

Description of fields for Call Queue Members.

Field Name Type Size Description
CALL_QUEUE_MEMBER_ID bigint 8 Primary key.
CALL_QUEUE_ID bigint 8 Identifies the corresponding entry in the CALL_QUEUES table.
CALL_QUEUE_AGENT_ID bigint 8 Identifies the corresponding entry in the CALL_QUEUE_AGENTS table.