A list of call queues and hunt groups that the agent belongs to and are available to be selected as the Caller ID for outgoing calls. Call queues and hunt groups which have disabled using the phone nu
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AvailableCallerIdList",
"title": "AvailableCallerIdList",
"type": "object",
"required": [
"availableCallerIds"
],
"properties": {
"availableCallerIds": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AvailableCallerIdObject"
},
"description": "A list of call queues and hunt groups that the agent belongs to and are available to be selected as the Caller ID for outgoing calls. Call queues and hunt groups which have disabled using the phone number as Caller ID are not returned."
}
}
}