After buying phone number s https://support.zoom.us/hc/enus/articles/360020808292#h_007ec8c209144265835196ab23efa3ad , you can assign it, allowing callers to directly dial a number to reach a call queue https://support.zoom.us/hc/enus/articles/360021524831ManagingCallQueues .**Prerequisites:*** Pro or higher account plan.* Account owner or admin permissions* Zoom Phone license**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

assignNumbersToCallQueue(
  callQueueId,
  phone_numbers = NULL,
  return_response = F
)

Arguments

callQueueId

Unique Identifier of the Call Queue.

phone_numbers

Provide either the id or the number field. Only a max of 5 numbers can be assigned to a call queue at a time.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.