POST {{baseUrl}}/phone/users/:userId/phone_numbers
Assigns a phone number to a user who has already enabled Zoom Phone. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write
,phone:write:admin
phone:write:user_number
,phone:write:user_number:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"phone_numbers": [
{
"id": "<string>",
"number": "<string>"
},
{
"id": "<string>",
"number": "<string>"
}
]
} |
ENDPOINTS