assignPhoneNumbers.Rd
Assign available phone numbers to an auto receptionist https://support.zoom.us/hc/enus/articles/360021121312ManagingAutoReceptionistsandInteractiveVoiceResponseIVR . The available numbers can be retrieved using the List Phone Numbers API with type query parameter set to "unassigned".**Prerequisites:*** Pro or higher account plan with Zoom Phone License* Account owner or admin permissions**Scopes:** phone:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
assignPhoneNumbers( autoReceptionistId, phone_numbers = NULL, return_response = F )
autoReceptionistId | Unique Identifier of the Auto Receptionist. It can be retrieved from the List Sites API https://marketplace.zoom.us/docs/apireference/zoomapi/phonesite/listphonesites . |
---|---|
phone_numbers | Provide either the unique identifier of the Phone Number in the id field or provide the phone number in the number field. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |