Assign calling plan to a user

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

Use this API to assign a calling plan to a Zoom Phone user. For user-level apps, pass the me value instead of the userId parameter.

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

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

Request Body

{"calling_plans"=>[{"type"=>"phone_toll_free_number_usca_monthly"}, {"type"=>"phone_toll_free_number_usca_monthly"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}