Assign a phone number to a user

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: phone:write,phone:write:admin

Granular Scopes: phone:write:user_number,phone:write:user_number:admin

Rate Limit Label: Light

Request Body

{"phone_numbers"=>[{"id"=>"<string>", "number"=>"<string>"}, {"id"=>"<string>", "number"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;phone_numbers&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;}]}