Logo
Zoom Public API Documentation

Assign phone number to user

POST {{baseUrl}}/phone/users/:userId/phone_numbers

Use this API to assign a phone number to a user who has already enabled Zoom Phone.

Scopes: phone:write, phone:write:admin
Rate Limit Label: Light

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "phone_numbers": [ { "id": "iHE1MQAET2iV85MbfaQmwg", "number": "+18887193005" }, { "id": "iHE1MQAET2iV85MbfaQmwg", "number": "+18887193005" } ] }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/users/:userId/phone_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"phone_numbers":[{"id":"iHE1MQAET2iV85MbfaQmwg","number":"+18887193005"},{"id":"iHE1MQAET2iV85MbfaQmwg","number":"+18887193005"}]}'

ENDPOINTS