Calling Commands
The webex calling subcommand provides access to the Webex Calling API. No --orgid is needed — the organization is inferred from your authentication token.
Resource Groups
Section titled “Resource Groups”| Resource | Description |
|---|---|
announcement-playlist | Announcement playlist management |
announcement-repository | Announcement repository management |
auto-attendant | Auto attendant / IVR configuration |
call-controls | Active call control operations |
call-park | Call park settings |
call-pickup | Call pickup groups |
call-queue | Call queue configuration |
call-recording | Call recording settings |
call-routing | Call routing configuration |
call-settings-for-me | Personal call settings |
caller-reputation-provider | Caller reputation / spam management |
calling-service | Calling service configuration |
client-call | Client call management |
conference-controls | Conference call controls |
converged-recordings | Recording access and management |
customer-experience-essentials | Customer experience essentials |
dect-devices | DECT handset and base station management |
device-call | Per-device call settings |
devices | Device provisioning and management |
emergency-services | E911 and emergency callback |
external-voicemail | External voicemail settings |
hot-desk | Hot desk configuration |
hot-desking-sign-in-via-voice-portal | Hot desking voice portal sign-in |
hunt-group | Hunt group configuration |
location-call | Per-location call settings |
location-call-handling | Location call handling rules |
location-schedules | Location schedule management |
location-voicemail | Location voicemail settings |
locations | Location management |
numbers | Phone number inventory |
operating-modes | Operating mode schedules |
paging-group | Paging group configuration |
partner-reports-templates | Partner report templates |
people | Users and their calling settings |
pstn | PSTN connection and trunk settings |
recording-report | Recording reports |
reports | CDR and call history reports |
reports-detailed-call-history | Detailed call history reports |
send-activation-email | Send activation emails |
single-number-reach | Single number reach / simultaneous ring |
user-call | Per-user call settings |
virtual-extensions | Virtual extension configuration |
virtual-line-call | Virtual line call settings |
workspace-call | Per-workspace call settings |
workspaces | Workspace management |
Common Patterns
Section titled “Common Patterns”# List resourceswebex calling <resource> list
# Get by IDwebex calling <resource> get --id "..."
# Createwebex calling <resource> create --body-file config.json
# Updatewebex calling <resource> update --id "..." --body-file updated.json
# Deletewebex calling <resource> delete --id "..."Examples
Section titled “Examples”# List all peoplewebex calling people list --paginate
# Get your own detailswebex calling people get-my-own
# List locationswebex calling locations list
# Get call settings for a personwebex calling user-call get-voicemail --person-id "PERSON_ID"
# List call queues at a locationwebex calling call-queue list --location-id "LOCATION_ID"
# Get detailed call historywebex calling reports-detailed-call-history list --start-time "2024-01-01T00:00:00Z"
# List deviceswebex calling devices list --paginate