Number of APIs: 3
1. Remove users' customized outbound caller ID phone numbers
DELETE {{baseUrl}}/phone/users/:userId/outbound_caller_id/customized_numbers?customize_ids=<string>&customize_ids=<string>
Removes the users' customized outbound caller ID phone numbers. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license. Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
,phone:write
phone:delete:user_customized_number
,phone:delete:user_customized_number:admin
Light
2. List users' phone numbers for a customized outbound caller ID
GET {{baseUrl}}/phone/users/:userId/outbound_caller_id/customized_numbers?selected=<boolean>&site_id=<string>&extension_type=sharedLineGroup&keyword=<string>&page_size=30&next_page_token=<string>
Retrieves phone numbers that can be the Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license. Scopes: Granular Scopes: Rate Limit Label: user-level
customized outbound caller ID. phone:read:admin
,phone:read
phone:read:list_user_customized_number
,phone:read:list_user_customized_number:admin
Light
3. Add phone numbers for users' customized outbound caller ID
POST {{baseUrl}}/phone/users/:userId/outbound_caller_id/customized_numbers
Adds users' customized outbound caller ID phone numbers. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license. Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
,phone:write
phone:write:user_customized_number
,phone:write:user_customized_number:admin
Light
ENDPOINTS