Logo
Zoom Public API Documentation

Assign phone numbers

POST {{baseUrl}}/phone/shared_line_groups/:slgId/phone_numbers

Assigns phone numbers to a shared line groups. These direct phone numbers will be shared among members of the shared line group.

Prerequisites:

  • Pro or higher account with Zoom Phone license.
  • A valid Shared Line Group
  • Account owner or admin privileges

Scopes: phone:write:admin

Granular Scopes: phone:write:shared_line_group_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status Created





Curl
curl -X POST 'https://api.zoom.us/v2/phone/shared_line_groups/:slgId/phone_numbers' -H 'Content-Type: application/json' -d '{"phone_numbers":[{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","number":"\u003cstring\u003e"}]}'

ENDPOINTS