Batch add users

POST {{baseUrl}}/phone/users/batch

Adds phone users in batch. You can add up to 10 users at a time.

Prerequisites:

  • The users must be active in your

Zoom account .

  • Pro or higher account plan with Zoom phone license
  • Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:write:batch_users:admin

Rate Limit Label : Medium

Request Body

{"users"=>[{"calling_plans"=>["<string>", "<string>"], "email"=>"<string>", "extension_number"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "site_code"=>"<string>", "site_name"=>"<string>", "template_name"=>"<string>", "phone_numbers"=>["<string>", "<string>"], "outbound_caller_id"=>"<string>", "select_outbound_caller_id"=>"<boolean>", "sms"=>"<boolean>", "desk_phones"=>[{"brand"=>"<string>", "model"=>"<string>", "mac"=>"<string>", "provision_template"=>"<string>"}, {"brand"=>"<string>", "model"=>"<string>", "mac"=>"<string>", "provision_template"=>"<string>"}]}, {"calling_plans"=>["<string>", "<string>"], "email"=>"<string>", "extension_number"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "site_code"=>"<string>", "site_name"=>"<string>", "template_name"=>"<string>", "phone_numbers"=>["<string>", "<string>"], "outbound_caller_id"=>"<string>", "select_outbound_caller_id"=>"<boolean>", "sms"=>"<boolean>", "desk_phones"=>[{"brand"=>"<string>", "model"=>"<string>", "mac"=>"<string>", "provision_template"=>"<string>"}, {"brand"=>"<string>", "model"=>"<string>", "mac"=>"<string>", "provision_template"=>"<string>"}]}]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

[{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"},{"email":"\u003cstring\u003e","id":"\u003cstring\u003e"}]