#Zoom Phone API
Number of APIs: 536
You can access information from Zoom with Zoom Phone APIs to build private services or public applications on the Zoom App Marketplace .
To learn how to get your credentials and create private or public applications, see Zoom APIs use OAuth 2.0 authorization .
All endpoints are available via
https
and are located at
api.zoom.us/v2/
.
For instance, you can list all users on an account via
https://api.zoom.us/v2/users/
.
Note
: You will get
403
response
Zoom Phone has not been enabled for this account
if the phone account is not set up.
-
phone-settings - Update phone account settings PATCH {{baseUrl}}/phone/settings
-
phone-setting_templates - Add a setting template POST {{baseUrl}}/phone/setting_templates
-
phone-users-{user Id}-outbound caller id/customized numbers - Remove users' customized outbound caller ID phone numbers DELETE {{baseUrl}}/phone/users/:userId/outbound_caller_id/customized_numbers?customize_ids=8_RkKw9OQ42oYsXqJJjs4A&customize_ids=8_RkKw9OQ42oYsXqJJjs4A
-
phone-external_contacts - List external contacts GET {{baseUrl}}/phone/external_contacts?next_page_token=<string>&page_size=30
-
phone-shared_line_groups - Create a shared line group POST {{baseUrl}}/phone/shared_line_groups
-
phone-auto_receptionists-{autoReceptionistId}-phone_numbers - Unassign all phone numbers DELETE {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/phone_numbers
-
phone-emergency addresses-{emergency Address Id} - Delete an emergency address DELETE {{baseUrl}}/phone/emergency_addresses/:emergencyAddressId
-
phone-common areas-{common Area Id}-phone numbers - Unassign phone numbers from common area DELETE {{baseUrl}}/phone/common_areas/:commonAreaId/phone_numbers/:phoneNumberId
-
phone-dial by name directory/extensions - Add users to a directory POST {{baseUrl}}/phone/dial_by_name_directory/extensions
-
phone-group call pickup - Add a group call pickup object POST {{baseUrl}}/phone/group_call_pickup