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: Prerequisites:
* A Business or Enterprise account
* A Zoom Phone licensephone:write
, phone:write:admin
Rate Limit Label: Light
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"
}
]
} |
ENDPOINTS